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.
Dependencies: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of SS_SensePOC2P0_11Dec2017_USERPID by
glc.h
00001 #ifndef GLC_H_ 00002 #define GLC_H_ 00003 00004 00005 #include "mbed.h" 00006 #define THRESHOLD 9000 00007 #define SAMPLE_TIME 8 00008 #define COMPUTE_TIME 2250 00009 #define VREF 3.3 00010 #define TOTAL 65535 00011 #define NUMB1 929.3 00012 #define NUMB2 381.5 00013 #define alpha 0.99 00014 #define beta 0.01 00015 00016 void glc(uint32_t pid); 00017 00018 #endif
Generated on Mon Jul 18 2022 19:19:02 by
1.7.2
