mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-13 08:25:05 +01:00
Merge branch 'master' of https://github.com/sanni/cartreader
This commit is contained in:
commit
57d8347829
@ -2,7 +2,7 @@ This Arduino code is written by a beginner for beginners, therefore I tried to c
|
|||||||
|
|
||||||
Every submodule has it's own setup_XX() function that configures the needed pins and a submenu that lets you choose what you want to do.
|
Every submodule has it's own setup_XX() function that configures the needed pins and a submenu that lets you choose what you want to do.
|
||||||
The code directly addresses the pins via the DDR, PIN and PORT registers.
|
The code directly addresses the pins via the DDR, PIN and PORT registers.
|
||||||
Please also refer to the [pinout Excel sheet](https://github.com/sanni/cartreader/blob/master/pinout.xls).
|
Please also refer to the [pinout Open Office sheet](https://github.com/sanni/cartreader/blob/master/pinout.ods).
|
||||||
```
|
```
|
||||||
void setup_N64_Controller() {
|
void setup_N64_Controller() {
|
||||||
// Output a low signal
|
// Output a low signal
|
||||||
@ -72,4 +72,4 @@ RGB Tools lib: https://github.com/joushx/Arduino-RGB-Tools
|
|||||||
Neopixel lib: https://github.com/adafruit/Adafruit_NeoPixel
|
Neopixel lib: https://github.com/adafruit/Adafruit_NeoPixel
|
||||||
Rotary Enc lib: https://github.com/mathertel/RotaryEncoder
|
Rotary Enc lib: https://github.com/mathertel/RotaryEncoder
|
||||||
SI5351 lib: https://github.com/etherkit/Si5351Arduino
|
SI5351 lib: https://github.com/etherkit/Si5351Arduino
|
||||||
RTC lib: https://github.com/adafruit/RTClib
|
RTC lib: https://github.com/adafruit/RTClib
|
||||||
|
Loading…
Reference in New Issue
Block a user