mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-24 03:26:57 +00:00
16 lines
125 B
C++
16 lines
125 B
C++
#include <hanreader.h>
|
|
|
|
void setup()
|
|
{
|
|
|
|
/* add setup code here */
|
|
|
|
}
|
|
|
|
void loop()
|
|
{
|
|
|
|
/* add main program code here */
|
|
|
|
}
|