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: net 1-wire lpc1768 crypto clock web fram log
values.h
00001 #include <stdint.h> 00002 #include <time.h> 00003 #include <stdbool.h> 00004 00005 extern bool ValuesTrace; 00006 00007 extern char* ValuesGetServerName (void); 00008 extern char* ValuesGetFileName (void); 00009 extern int ValuesGetWriteSize (void); 00010 extern int ValuesGetReadInterval (void); 00011 extern void ValuesGetStartTm (struct tm* ptm); 00012 extern int64_t ValuesGetStartTime (void); 00013 extern int ValuesGetCount (void); 00014 extern void ValuesSetServerName (char* value); 00015 extern void ValuesSetFileName (char* value); 00016 extern void ValuesSetWriteSize (int value); 00017 extern void ValuesSetReadInterval (int value); 00018 00019 extern void ValuesMain(void); 00020 extern int ValuesInit(void);
Generated on Tue Jul 12 2022 18:50:15 by
