blob: ca2894499e0ae264ccaae2ad238018dd882a649f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/*
* newWHS_init.h
*
* Created on: Dec 11, 2019
* Author: Shai
*/
#ifndef newWHS_init_H_
#define newWHS_init_H_
//#include <Drivers/I2C_Communication/WHS_Card/IO_Ports_TCA9555/TCA9555_Driver.h>
//#include <Drivers/I2C_Communication/WHS_Card/WHS_data.h>
bool newWHS_init(void);
#endif
|