Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
readCommands.h
00001 #ifndef READCOMMANDS_H 00002 #define READCOMMANDS_H 00003 00004 #include "mbed.h" 00005 #include <string> 00006 00007 void readDigOutput(char *array); 00008 void readErrReg(char *array); 00009 void readTemp(char *array); 00010 void readVoltage(char *array); 00011 void readDrvReg(char *array); 00012 void readDrvRegExt(char *array); 00013 void readDrvWorkSet(char *array); 00014 void readDrvWorkSetExt(char *array); 00015 void readMastReg(char *array); 00016 void readFWVwersion(char *array); 00017 void readFWChecksum(char *array); 00018 void readFBboostCur(char *array); 00019 void readFBstat(char *array); 00020 void readMinCur(char *array); 00021 void readMaxCur(char *array); 00022 void readBoostCur(char *array); 00023 void readMasterReg(char *array); 00024 void readNomCur(char *array); 00025 00026 00027 #endif
Generated on Wed Jul 13 2022 03:47:44 by
