jostlowe / Pico-DMX

A library for inputting and outputting the DMX512-A lighting control protocol from a Raspberry Pi Pico
BSD 3-Clause "New" or "Revised" License
187 stars 21 forks source link

Add support to `arduino-pico` and `mbed_nano` core #24

Closed khoih-prog closed 2 years ago

khoih-prog commented 2 years ago
  1. Add support to Earle Philhower's arduino-pico core
  2. Add support to Nano_RP2040_Connect using mbed_nano core

Compile Results for Nano_RP2040_Connectusing Earle Philhower's arduino-pico core

Selection_104

jostlowe commented 2 years ago

Excellent addition, @khoih-prog! Thanks for the review @kripton