Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
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)
tiny_2.1.h