mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +03:00
added makefile (thx gke) added linker script (thx gke) moved startups into src directory as well no code changes. git-svn-id: https://afrodevices.googlecode.com/svn/trunk/baseflight@105 7c89a4a9-59b9-e629-4cfe-3a2d53b20e61
4 lines
68 B
C
Executable file
4 lines
68 B
C
Executable file
#pragma once
|
|
|
|
void adcInit(void);
|
|
uint16_t adcGetBattery(void);
|