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.
ADC.h
00001 #ifndef _ADC_H_ 00002 #define _ADC_H_ 00003 00004 extern volatile float BatteryVoltage; 00005 extern volatile float RobotBusVoltageHR; 00006 extern volatile float RobotBusCurrentHR; 00007 extern volatile BOOL ADCDataRdy; 00008 00009 00010 void InitADC(); 00011 00012 00013 #define MIN_SAMPLE_RATE 1.0f 00014 #define MAX_SAMPLE_RATE 1000.0f 00015 00016 00017 #endif
Generated on Thu Jul 14 2022 09:05:34 by
1.7.2