Soil Testing 0.1.0
Readily available soil testing
Loading...
Searching...
No Matches
sys.h
Go to the documentation of this file.
1#ifndef SYS_H
2#define SYS_H
3
4#include <stdint.h>
14void sys_init(uint8_t arrInterrupts[]);
15
16#endif
void sys_init(uint8_t arrInterrupts[])