diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2017-05-11 11:36:52 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2017-05-11 11:36:52 +0200 |
commit | 8665bdbf682bdff02576a6f4393f09bc56572043 (patch) | |
tree | 54b1f51c0b3e5f5dd577720a9cd54e28be19d97f /include | |
parent | eabbd037f5f605a9ecf06185cd62594eb4564bce (diff) | |
download | radio-controller-8665bdbf682bdff02576a6f4393f09bc56572043.tar.gz radio-controller-8665bdbf682bdff02576a6f4393f09bc56572043.tar.bz2 radio-controller-8665bdbf682bdff02576a6f4393f09bc56572043.tar.xz radio-controller-8665bdbf682bdff02576a6f4393f09bc56572043.zip |
wip
Diffstat (limited to 'include')
-rw-r--r-- | include/radio-controller.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/radio-controller.h b/include/radio-controller.h new file mode 100644 index 0000000..58f2594 --- /dev/null +++ b/include/radio-controller.h @@ -0,0 +1,15 @@ +#pragma once + +#ifdef __cplusplus +extern "C" { +#endif + +void main_pre_init(); +void main_post_init(); +void main_loop(); + +void it_tim1(); + +#ifdef __cplusplus +} +#endif |