Introduce stdint.h

- replace long to int32_t
- fix documentation mu-sign
- add code style to doc
This commit is contained in:
Rotzbua
2016-04-26 16:20:10 +02:00
parent 452728d2c1
commit 0ba37f39e9
4 changed files with 34 additions and 25 deletions

View File

@@ -98,7 +98,7 @@ void loop() {
MFRC522::StatusCode status;
byte buffer[18];
byte size = sizeof(buffer);
long value;
int32_t value;
// Authenticate using key A
Serial.println(F("Authenticating using key A..."));