6 Commits

Author SHA1 Message Date
5d2ebe24fc Merge pull request #1 from per1234/example-folder
Move example sketch to appropriately named folder
2021-03-30 16:05:11 +02:00
70489f12c2 Rewrite of Basic Functions to work with TwoWire 2020-12-21 21:05:29 +01:00
7ab7733907 Move example sketch to appropriately named folder
The Arduino IDE requires the sketch folder name to match the filename of the primary sketch file. On a filename case-sensitive OS like Linux, this includes matching case. This change causes the example sketch to be accessible via the Arduino IDE's File > Examples > LIBRARYNAME menu after the library is installed.
2018-07-23 01:33:20 -07:00
3a07f16eec Rename mfrc522_i2c.ino to MFRC522_i2c.ino 2018-06-24 16:02:40 +02:00
1433a80210 Rename examples/mfrc522_i2c.ino to examples/mfrc522_i2c/mfrc522_i2c.ino 2018-06-24 15:50:58 +02:00
f8dbfa62c0 Rename mfrc522_i2c.ino to examples/mfrc522_i2c.ino 2018-06-24 15:49:10 +02:00