pimoroni-pico/micropython/modules
Phil Howard 1b3d9d9fb2 Pimoroni I2C: Update to use modmachine.h consolidated header. 2024-01-08 10:15:28 +00:00
..
adcfft MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
badger2040 Badger 2040: Add deprecation warnings and firmware links. 2023-03-27 10:30:19 +01:00
badger2040w Badger 2040: Add deprecation warnings and firmware links. 2023-03-27 10:30:19 +01:00
bitmap_fonts
breakout_as7262 MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_bh1745 MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_bme68x Merge pull request #625 from pimoroni/patch/bme68x-configure-fix 2023-01-16 15:01:11 +00:00
breakout_bme280 BME280: Check read status and throw error on fail. 2023-03-16 13:25:19 +00:00
breakout_bmp280 MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_dotmatrix Dot Matrix: Allow set char from string. 2023-03-27 15:11:30 +01:00
breakout_encoder MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_encoder_wheel Added C & MP interrupt example 2023-05-10 16:57:38 +01:00
breakout_icp10125 MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_ioexpander Added MP readme 2023-05-04 14:10:39 +01:00
breakout_ltr559 MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_matrix11x7 MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_mics6814 MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_mlx90640 MLX90640: MicroPython module. 2023-02-23 16:52:59 +00:00
breakout_msa301 MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_pmw3901 MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_potentiometer MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_rgbmatrix5x5 MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_rtc MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_scd41
breakout_sgp30 MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_trackball MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_vl53l5cx MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
cosmic_unicorn Fixed case of some CosmicUnicorn variables 2023-05-30 10:25:33 +01:00
cppmem CPPMEM: Reduce fixed C++ heap to 1k. 2023-03-27 15:11:30 +01:00
encoder MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
galactic_unicorn Removed comma in *Unicorn readme code 2023-05-30 10:24:28 +01:00
hershey_fonts
hub75 hub75: function correction 2023-03-16 16:52:17 +00:00
jpegdec JPEGDEC: Treat byte arrays as raw JPEG data for #435. 2023-09-29 09:18:55 +01:00
motor Servo/Motor: Use m_new instead of new. 2023-03-16 13:25:19 +00:00
pcf85063a MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
pico_explorer
pico_rgb_keypad Pico RGB Keypad: Refactor to class. 2023-03-16 13:25:19 +00:00
pico_scroll Pico Unicorn/Scroll: Add buttons/dimensions to both module and class. 2023-03-27 15:11:30 +01:00
pico_unicorn Pico Unicorn/Scroll: Add buttons/dimensions to both module and class. 2023-03-27 15:11:30 +01:00
pico_wireless Pico Wireless: Use tracked alloc. 2023-03-16 13:25:19 +00:00
picographics Merge pull request #783 from pimoroni/feature/ppaf 2023-09-06 15:15:30 +01:00
picovector PicoVector: Add a bounds method for polygon bounds. 2023-09-12 13:18:33 +01:00
pimoroni_bus MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
pimoroni_i2c Pimoroni I2C: Update to use modmachine.h consolidated header. 2024-01-08 10:15:28 +00:00
plasma Plasma: Swap make_new/print functions for WS2812 module. 2023-01-19 10:29:30 +00:00
pngdec PNGDEC: Remove PNG RAM debug text. 2023-09-06 09:39:28 +01:00
pwm
qrcode@9371aca7ab MicroPython: Switch QRCode back to feature/micropython with fix. 2023-01-11 09:46:45 +00:00
servo Servo/Motor: Use m_new instead of new. 2023-03-16 13:25:19 +00:00
stellar_unicorn Initial setup for StellarUnicorn build 2023-05-30 10:32:25 +01:00
ulab@e68bb707b2 Initial setup for StellarUnicorn build 2023-05-30 10:32:25 +01:00
wakeup Badger2040W: Fix wakeup and quit to launcher button handling. 2023-02-10 22:15:09 +00:00
micropython-common-breakouts.cmake Initial support for Encoder wheel breakout 2023-05-02 10:22:14 +01:00
micropython-common-ulab.cmake Cosmic Unicorn: Include ulab. 2023-02-21 12:52:46 +00:00
micropython-common.cmake PicoVector: Move polygon drawing to a new home. 2023-08-22 09:32:28 +01:00
micropython-cosmic_unicorn.cmake PicoGraphics: Add support for PNG decoding. 2023-07-19 16:04:05 +01:00
micropython-enviro.cmake CI: Set MICROPY_BOARD_DIR in CI workflow. 2023-03-28 22:04:41 +01:00
micropython-galactic_unicorn.cmake PicoGraphics: Add support for PNG decoding. 2023-07-19 16:04:05 +01:00
micropython-inky_frame.cmake PicoGraphics: Add support for PNG decoding. 2023-07-19 16:04:05 +01:00
micropython-pico.cmake MicroPython: Don't include wireless pack in W builds. 2023-03-27 15:11:30 +01:00
micropython-picolipo_4mb.cmake MicroPython: Don't include wireless pack in W builds. 2023-03-27 15:11:30 +01:00
micropython-picolipo_16mb.cmake MicroPython: Don't include wireless pack in W builds. 2023-03-27 15:11:30 +01:00
micropython-picow.cmake MicroPython: Magic C++ allocator module. 2023-03-24 15:11:07 +00:00
micropython-stellar_unicorn.cmake PicoGraphics: Add support for PNG decoding. 2023-07-19 16:04:05 +01:00
micropython-tiny2040.cmake MicroPython: Magic C++ allocator module. 2023-03-24 15:11:07 +00:00
micropython-tufty2040.cmake PicoVector: Move polygon drawing to a new home. 2023-08-22 09:32:28 +01:00
test.cmake MicroPython: Tidy up CMake files for our boards. 2023-03-09 11:36:55 +00:00
util.hpp MicroPython: Add tracked alloc/free class helpers. 2023-03-16 13:25:19 +00:00