This commit is contained in:
2015-04-23 22:25:30 +02:00
parent d2f22580f4
commit 7320781c43
+1 -1
View File
@@ -15,7 +15,7 @@ Some library files don't have `.c`, but many do.
## Useful things
- To easily alias I/O pins, use `lib/pins.h`.
- For Arduino pins, there are presets in `lib/arduino-pins.h`
- For Arduino pins, there are presets in `lib/arduino_pins.h`
- Binary/byte manipulation utilities are in `lib/calc.h`
- `lib/meta.h` contains some generally useful things that didn't fit elsewhere