tjhorner / ArduinoCore-mbed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom ArduinoCore-mbed

This is a custom version of ArduinoCore-mbed which modifies some hardcoded values in variants/RASPBERRY_PI_PICO so that it works with my PCB business card project. It's unfortunate that I need to do this, and that you can't make your own variants without forking the entire thing.

Anyway, I just changed the PIN_LED to 31 since the v3 of the business card does not have a built-in LED, and the pin that it was set to before was 25, which I am using for the Neopixels. This would potentially cause issues because it uses this for USB status indication (which I also disabled). The more "correct" way to do this is probably to create another variant for the business card but I am lazy and it looks like it's a lot of steps to actually do that. I just wanna change one variable, man!

Once I finish v4, this should no longer be needed, since there will actually be a status LED on pin 25 (the Neopixels were moved to 24).

About


Languages

Language:C 89.0%Language:C++ 10.9%Language:Logos 0.1%Language:Shell 0.0%Language:Assembly 0.0%Language:CMake 0.0%Language:Python 0.0%Language:Processing 0.0%Language:Batchfile 0.0%