all calibrations at once

This commit is contained in:
hg
2014-04-04 20:38:11 +02:00
parent 84f06c66e8
commit 0f16b2c3a9
8 changed files with 53 additions and 32 deletions

View File

@ -81,6 +81,8 @@ const uint8_t MBC_INVALID_CHECKSUM_CNT_KEY = 65;
const uint8_t MBC_ADDRESS_LONG_KEY = 66;
const uint8_t MBC_COLLISION_CNT_KEY = 67;
const uint8_t R_KEY = 68;
const uint8_t SET_R_KEY = 69;
const uint8_t R_EQUALS_KEY = 70;
const String& getResource(uint8_t key);