kopia lustrzana https://github.com/pimoroni/pimoroni-pico
				
				
				
			MicroPython: Pico W parity with Pico build.
							rodzic
							
								
									f2751ba6e9
								
							
						
					
					
						commit
						b83bdbf198
					
				| 
						 | 
				
			
			@ -1,31 +1,43 @@
 | 
			
		|||
# Essential
 | 
			
		||||
include(pimoroni_i2c/micropython)
 | 
			
		||||
include(pimoroni_bus/micropython)
 | 
			
		||||
 | 
			
		||||
# Pico Graphics Essential
 | 
			
		||||
include(hershey_fonts/micropython)
 | 
			
		||||
include(bitmap_fonts/micropython)
 | 
			
		||||
include(picographics/micropython)
 | 
			
		||||
 | 
			
		||||
# Pico Graphics Extra
 | 
			
		||||
include(jpegdec/micropython)
 | 
			
		||||
include(qrcode/micropython/micropython)
 | 
			
		||||
 | 
			
		||||
# Sensors & Breakouts
 | 
			
		||||
include(micropython-common-breakouts)
 | 
			
		||||
 | 
			
		||||
# Packs & Bases
 | 
			
		||||
include(pico_unicorn/micropython)
 | 
			
		||||
include(pico_scroll/micropython)
 | 
			
		||||
include(pico_rgb_keypad/micropython)
 | 
			
		||||
include(pico_unicorn/micropython)
 | 
			
		||||
include(pico_wireless/micropython)
 | 
			
		||||
include(pico_explorer/micropython)
 | 
			
		||||
 | 
			
		||||
include(hershey_fonts/micropython)
 | 
			
		||||
include(bitmap_fonts/micropython)
 | 
			
		||||
 | 
			
		||||
# LEDs & Matrices
 | 
			
		||||
include(plasma/micropython)
 | 
			
		||||
include(hub75/micropython)
 | 
			
		||||
 | 
			
		||||
# Servos & Motors
 | 
			
		||||
include(pwm/micropython)
 | 
			
		||||
include(servo/micropython)
 | 
			
		||||
include(encoder/micropython)
 | 
			
		||||
include(motor/micropython)
 | 
			
		||||
include(qrcode/micropython/micropython)
 | 
			
		||||
 | 
			
		||||
# Utility
 | 
			
		||||
include(adcfft/micropython)
 | 
			
		||||
include(pcf85063a/micropython)
 | 
			
		||||
 | 
			
		||||
include(picographics/micropython)
 | 
			
		||||
include(jpegdec/micropython)
 | 
			
		||||
include(galactic_unicorn/micropython)
 | 
			
		||||
 | 
			
		||||
# RTC (Badger 2040W, Enviro)
 | 
			
		||||
if(PICO_BOARD STREQUAL "pico_w")
 | 
			
		||||
    include(pcf85063a/micropython)
 | 
			
		||||
endif()
 | 
			
		||||
 | 
			
		||||
include(modules_py/modules_py)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -37,4 +49,5 @@ if(PICO_BOARD STREQUAL "pico_w")
 | 
			
		|||
    copy_module(inventor.py)
 | 
			
		||||
endif()
 | 
			
		||||
 | 
			
		||||
# Must call `enable_ulab()` to enable
 | 
			
		||||
include(micropython-common-ulab)
 | 
			
		||||
| 
						 | 
				
			
			@ -7,41 +7,4 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/../../")
 | 
			
		|||
set(CMAKE_C_STANDARD 11)
 | 
			
		||||
set(CMAKE_CXX_STANDARD 17)
 | 
			
		||||
 | 
			
		||||
# Essential
 | 
			
		||||
include(pimoroni_i2c/micropython)
 | 
			
		||||
include(pimoroni_bus/micropython)
 | 
			
		||||
 | 
			
		||||
# Pico Graphics Essential
 | 
			
		||||
include(hershey_fonts/micropython)
 | 
			
		||||
include(bitmap_fonts/micropython)
 | 
			
		||||
include(picographics/micropython)
 | 
			
		||||
 | 
			
		||||
# Pico Graphics Extra
 | 
			
		||||
include(jpegdec/micropython)
 | 
			
		||||
include(qrcode/micropython/micropython)
 | 
			
		||||
 | 
			
		||||
# Sensors & Breakouts
 | 
			
		||||
include(micropython-common-breakouts)
 | 
			
		||||
include(pcf85063a/micropython)
 | 
			
		||||
 | 
			
		||||
# Utility
 | 
			
		||||
include(adcfft/micropython)
 | 
			
		||||
 | 
			
		||||
# LEDs & Matrices
 | 
			
		||||
include(plasma/micropython)
 | 
			
		||||
include(hub75/micropython)
 | 
			
		||||
 | 
			
		||||
# Packs
 | 
			
		||||
include(pico_unicorn/micropython)
 | 
			
		||||
include(pico_scroll/micropython)
 | 
			
		||||
include(pico_rgb_keypad/micropython)
 | 
			
		||||
 | 
			
		||||
# Servos & Motors
 | 
			
		||||
include(pwm/micropython)
 | 
			
		||||
include(servo/micropython)
 | 
			
		||||
include(encoder/micropython)
 | 
			
		||||
include(motor/micropython)
 | 
			
		||||
 | 
			
		||||
# include(micropython-common)
 | 
			
		||||
 | 
			
		||||
include(modules_py/modules_py)
 | 
			
		||||
include(micropython-common)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue