Earle F. Philhower, III
|
513bd81810
|
Add SDA/SCL variables like other cores export (#398)
Fixes #368. Thanks @bperrybap!
|
2021-12-30 15:57:13 -08:00 |
|
Ken Piper
|
5b270aab61
|
Fix A0-A3 pin definitions for Adafruit QT Py RP2040 (#397)
|
2021-12-30 09:56:38 -08:00 |
|
Earle F. Philhower, III
|
9725155f25
|
Fix SPI default pinouts to SPI0, not SPI1 pins (#135)
Should fix #134 . The SPI pin macros were set using the SPI1 set, not
the SPI0 set of pins it should have been using.
|
2021-05-15 16:13:11 -07:00 |
|
Earle F. Philhower, III
|
6e51516d6c
|
Set default pins for peripherals per datasheet (#103)
Using the official Raspberry Pi Pico datasheet and the Adafruit Feather
RP2040 schematic, set the default pins for peripherals to match.
Fixes #92
|
2021-04-16 10:23:43 -07:00 |
|
Earle F. Philhower, III
|
c30cb6d2f5
|
Add millis, micros, yield,SPI pin macros
Allows SdFat to compile cleanly, probably other SPI libraries.
|
2021-03-12 14:02:43 -08:00 |
|
Earle F. Philhower, III
|
ded383ed42
|
Use variants/generic to define pins
|
2021-02-26 13:05:29 -08:00 |
|