Renaming files
This commit is contained in:
parent
9f2660f6ac
commit
97032fdbd0
@ -551,7 +551,7 @@ SRC_SHARED_MODULE_ALL = \
|
||||
imagecapture/ParallelImageCapture.c \
|
||||
ipaddress/IPv4Address.c \
|
||||
ipaddress/__init__.c \
|
||||
is31fl3741/is31fl3741.c \
|
||||
is31fl3741/IS31FL3741.c \
|
||||
is31fl3741/__init__.c \
|
||||
keypad/__init__.c \
|
||||
keypad/Event.c \
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "py/runtime.h"
|
||||
#include "py/objarray.h"
|
||||
|
||||
#include "shared-bindings/is31fl3741/is31fl3741.h"
|
||||
#include "shared-bindings/is31fl3741/IS31FL3741.h"
|
||||
#include "shared-bindings/util.h"
|
||||
#include "shared-module/displayio/__init__.h"
|
||||
#include "shared-module/framebufferio/__init__.h"
|
@ -26,7 +26,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "shared-module/is31fl3741/is31fl3741.h"
|
||||
#include "shared-module/is31fl3741/IS31FL3741.h"
|
||||
|
||||
extern const mp_obj_type_t is31fl3741_IS31FL3741_type;
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "py/obj.h"
|
||||
#include "py/runtime.h"
|
||||
|
||||
#include "shared-bindings/is31fl3741/is31fl3741.h"
|
||||
#include "shared-bindings/is31fl3741/IS31FL3741.h"
|
||||
|
||||
STATIC const mp_rom_map_elem_t is31fl3741_module_globals_table[] = {
|
||||
{ MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(MP_QSTR_is31fl3741) },
|
||||
|
@ -42,7 +42,7 @@
|
||||
#include "shared-bindings/rgbmatrix/RGBMatrix.h"
|
||||
#endif
|
||||
#if CIRCUITPY_IS31FL3741
|
||||
#include "shared-bindings/is31fl3741/is31fl3741.h"
|
||||
#include "shared-bindings/is31fl3741/IS31FL3741.h"
|
||||
#endif
|
||||
#if CIRCUITPY_SHARPDISPLAY
|
||||
#include "shared-module/sharpdisplay/SharpMemoryFramebuffer.h"
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include "py/runtime.h"
|
||||
|
||||
#include "shared-module/is31fl3741/allocator.h"
|
||||
#include "shared-bindings/is31fl3741/is31fl3741.h"
|
||||
#include "shared-bindings/is31fl3741/IS31FL3741.h"
|
||||
#include "shared-bindings/microcontroller/Pin.h"
|
||||
#include "shared-bindings/microcontroller/__init__.h"
|
||||
#include "shared-bindings/util.h"
|
Loading…
x
Reference in New Issue
Block a user