diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-25 15:54:24 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-25 15:54:24 +0200 |
commit | 6df58f546db68047fe38f3809ee4f6cbff4c6f89 (patch) | |
tree | 8964f9bdc736e301dad7c11b24c03b2891e3916f /main/init.h | |
parent | 42b3b8abd73d0f38efd607fc9dfcf768341549a1 (diff) |
clean up init
Diffstat (limited to 'main/init.h')
-rw-r--r-- | main/init.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/init.h b/main/init.h new file mode 100644 index 0000000..1f931dc --- /dev/null +++ b/main/init.h @@ -0,0 +1,5 @@ +#pragma once + +/** @brief initialize all peripherals on the pico */ +void init(); + |