index
:
ledcontrol
feature/libopencm3update
main
Firmware project for the STM32F103C8T6 microcontroller to control LED strips
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); }