sync
This commit is contained in:
11
C/t-oer-prc2-cbdb-main/Assignments/Watch/product/watch_i2c.h
Normal file
11
C/t-oer-prc2-cbdb-main/Assignments/Watch/product/watch_i2c.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef WATCH_I2C_H
|
||||
#define WATCH_I2C_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
int watch_i2c_write_byte(uint8_t address, uint8_t value);
|
||||
int watch_i2c_read_byte(uint8_t address, uint8_t* value);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user