LanguidSmartass / mdb-arduino-cashless

MDB Cashless Device implementation based on Arduino Uno and GPRS Shield
81 stars 44 forks source link

MDB.h/c changes #5

Closed LanguidSmartass closed 8 years ago

LanguidSmartass commented 8 years ago

Fixed setup sequence, now VMC tells Arduino to go in the Enabled state. VMC correctly accepts user funds amount VMC now sends VEND_REQUEST and it is correctly being read by Arduino, finally allowing to manipulate all data to couple this with server requests logic. Also misc fixes, new static functions, more commentaries.