Paparazzi UAS  v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
yapa_2.0.h
Go to the documentation of this file.
1 #include "boards/tiny_2.1.h"
2 
3 
4 // ADC / 1023 * 3.3V * (10k + 1k5) / 1k5
5 #undef DefaultVoltageOfAdc
6 #define DefaultVoltageOfAdc(adc) (0.0247311828*adc)