Files @ ab94f8a0a0c6
Branch filter:

Location: HydroBot/protomodule-firmware/Inc/system.h

matthewreed
Read analog ph sensor
1
2
3
4
5
6
7
8
9
#ifndef _SYSTEM_H
#define _SYSTEM_H

#include <stdbool.h>
#include "stm32f0xx_hal.h"

void system_init(void);

#endif //_SYSTEM_H