Skip to content

tjhorner/ArduinoCore-mbed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.0%
  • C++ 10.9%
  • Logos 0.1%
  • Shell 0.0%
  • Assembly 0.0%
  • CMake 0.0%