#include "WProgram.h"
Go to the source code of this file.
Data Structures | |
| class | SM130 |
| Class representing a SonMicro SM130 RFID module. More... | |
Defines | |
| #define | SIZE_PAYLOAD 18 |
| #define | SIZE_PACKET (SIZE_PAYLOAD + 2) |
| #define | halt haltTag |
Functions | |
| void | printArrayAscii (byte array[], byte len) |
| Print byte array as ASCII string. | |
| void | printArrayHex (byte array[], byte len) |
| Print byte array as hexadecimal character pairs. | |
| void | printHex (byte val) |
| Print byte as two hexadecimal characters. | |
Definition in file SM130.h.
| void printArrayAscii | ( | byte | array[], | |
| byte | len | |||
| ) |
| void printArrayHex | ( | byte | array[], | |
| byte | len | |||
| ) |
| void printHex | ( | byte | val | ) |
1.5.9