From 7320781c430531920103217c7329695bd4411228 Mon Sep 17 00:00:00 2001 From: MightyPork Date: Thu, 23 Apr 2015 22:25:30 +0200 Subject: [PATCH] yupo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4bd3a1..a289f7d 100644 --- a/README.md +++ b/README.md @@ -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