1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

Support the Sparky board by peabody124 - work in progress, not flight

ready.

https://github.com/TauLabs/TauLabs/wiki/Sparky

http://buildandcrash.blogspot.co.uk/2013/05/sparky-testing-and-building-no-crashing.html
This commit is contained in:
Dominic Clifton 2014-12-09 03:09:07 +00:00
parent fed6df275f
commit 6c96b8dd86
8 changed files with 606 additions and 3 deletions

View file

@ -200,6 +200,7 @@ void init(void)
#endif
#endif
#if !defined(SPARKY)
adc_params.enableRSSI = feature(FEATURE_RSSI_ADC);
adc_params.enableCurrentMeter = feature(FEATURE_CURRENT_METER);
adc_params.enableExternal1 = false;
@ -212,6 +213,8 @@ void init(void)
#endif
adcInit(&adc_params);
#endif
initBoardAlignment(&masterConfig.boardAlignment);