1
0
Fork 0

LED drivers: rename "simple" to "mono" (#22814)

This commit is contained in:
Ryan 2024-01-04 17:05:37 +11:00 committed by GitHub
parent 1bd9b9204d
commit 597de0e298
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 44 additions and 44 deletions

View file

@ -13,7 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "is31fl3218-simple.h"
#include "is31fl3218-mono.h"
#include <string.h>
#include "i2c_master.h"

View file

@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "is31fl3731-simple.h"
#include "is31fl3731-mono.h"
#include <string.h>
#include "i2c_master.h"
#include "wait.h"

View file

@ -18,7 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "is31fl3733-simple.h"
#include "is31fl3733-mono.h"
#include <string.h>
#include "i2c_master.h"
#include "wait.h"

View file

@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "is31fl3736-simple.h"
#include "is31fl3736-mono.h"
#include <string.h>
#include "i2c_master.h"
#include "wait.h"

View file

@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "is31fl3737-simple.h"
#include "is31fl3737-mono.h"
#include <string.h>
#include "i2c_master.h"
#include "wait.h"

View file

@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "is31fl3741-simple.h"
#include "is31fl3741-mono.h"
#include <string.h>
#include "i2c_master.h"
#include "wait.h"

View file

@ -1,4 +1,4 @@
#include "is31fl3742a-simple.h"
#include "is31fl3742a-mono.h"
#include <string.h>
#include "i2c_master.h"
#include "wait.h"

View file

@ -1,4 +1,4 @@
#include "is31fl3743a-simple.h"
#include "is31fl3743a-mono.h"
#include <string.h>
#include "i2c_master.h"
#include "wait.h"

View file

@ -1,4 +1,4 @@
#include "is31fl3745-simple.h"
#include "is31fl3745-mono.h"
#include <string.h>
#include "i2c_master.h"
#include "wait.h"

View file

@ -1,4 +1,4 @@
#include "is31fl3746a-simple.h"
#include "is31fl3746a-mono.h"
#include <string.h>
#include "i2c_master.h"
#include "wait.h"

View file

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "snled27351-simple.h"
#include "snled27351-mono.h"
#include "i2c_master.h"
#define SNLED27351_PWM_REGISTER_COUNT 192