Commit Graph

9 Commits

Author SHA1 Message Date
Rotzbua 9ce56d53c9 Cleanup AccessControl.ino
- unreachable code
- unused var
- simlified return
2018-01-13 13:35:54 +01:00
Rotzbua 98c43cde8f change boolean to bool
more information: https://github.com/arduino/Arduino/issues/4673
2018-01-13 11:29:53 +01:00
Rotzbua f11d979809 Fix AccessControl.ino - rm unused var
additional to #353
2018-01-13 11:04:37 +01:00
thoaitrieu 1e9ca23890 Fix AccessControl.ino (#353)
* Fix AccessControl.ino

The function checkTwo not work with some cards with 0-index key ID equals to 0 not found in storeCard..then they add fullstack of the same card.
2018-01-13 11:00:58 +01:00
Mads Mogensen ae13b02342 Fix infinite loop (#346)
* Fix infinite loop

Fixed the findID function getting stuck in an infinite loop when scanning certain cards.
Loop now stops at 255.
2017-11-06 22:30:37 +01:00
Rotzbua a1d0a1313d replace #define by constexpr 2017-05-22 10:52:56 +02:00
Saurabh Shandilya 507c84f4e5 update AccessControl.ino (#303)
* alterate Wipe button polling method without using other library
* updated delay functions to monitorWipeButton
* changes millis to uint_32 for compatibility
* fix bug: eeprom size erase counter from 8 to 16 bit.
2017-04-08 12:02:52 +02:00
omersiar 1a3ac748d0 Modify int data types for cross platforms 2016-11-17 14:38:07 +02:00
omersiar 413f483ee8 Problematic Example Updated
http://forum.arduino.cc/index.php?topic=256260.msg2756668#msg2756668

Above forum message is indicating that the old Servo Example is problematic. For better user experience, I (Original Poster) updated the code and header to give more information what this example does. Commented most of the code.
2016-11-12 17:20:44 +02:00