Template for group 4

Dependencies:   mbed

Fork of RT2_P3_students by RT2_P3_students

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers LinearCharacteristics.h Source File

LinearCharacteristics.h

00001 // Linear Characteristics for different purposes (map Voltage to acc etc.)
00002 
00003 
00004 #ifndef LINEAR_CHARACTERISTICS_H_
00005 #define LINEAR_CHARACTERISTICS_H_   
00006 
00007 
00008 class LinearCharacteristics{
00009      public:
00010                 // here: the calculation function
00011     
00012     private:
00013         // here: private functions and values...
00014 
00015 
00016 
00017 };
00018 
00019 
00020 #endif      // LINEAR_CHARACTERISTICS_H_