added write block command for LTO-CM

This commit is contained in:
Kevin-Nakamoto 2020-01-27 14:39:38 -05:00
commit 88a976d9ff
3 changed files with 121 additions and 5 deletions

View file

@ -15,6 +15,7 @@
int infoLTO(bool verbose);
int rdblLTO(uint8_t st_blk, uint8_t end_blk, bool verbose);
int wrblLTO(uint8_t blk, uint8_t *data, bool verbose);
int CmdHFLTO(const char *Cmd);
#endif