Paparazzi UAS  v5.12_stable-4-g9b43e9b
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)