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.
Definitions.h
00001 #ifndef DEFINITIONS_H 00002 #define DEFINITIONS_H 00003 00004 enum { ADC_LENGTH = 4 }; 00005 00006 typedef struct Signal { 00007 float& operator[](unsigned i) { return channel[i]; } 00008 float channel[ADC_LENGTH]; 00009 } Signal; 00010 00011 typedef std::vector<Signal> SignalBuf; 00012 00013 #endif
Generated on Sat Aug 13 2022 13:32:45 by
1.7.2