initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef _READ_H_
|
||||
#define _READ_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
uint8_t read8(uint32_t from);
|
||||
|
||||
#endif
|
||||
@@ -0,0 +1,8 @@
|
||||
#ifndef _WRITE_H_
|
||||
#define _WRITE_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void write8(uint32_t to, uint8_t what);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user