index
:
stm32f103c8-examples
main
Example C code for the STM32F103C8T6 microcontroller
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
my-project
/
my-project.c
blob: f550c66e91b2cb13cf2cc7fa42002066417a7007 (
plain
)
1
2
3
4
5
6
#include "api.h" int main(void) { /* add your own code */ return my_func(3); }