CT-Lab_11_ModularCodingAndL.../project/inc/read.h

9 lines
94 B
C
Raw Normal View History

2022-12-16 08:38:09 +01:00
#ifndef _READ_H_
#define _READ_H_
#include <stdint.h>
uint8_t read8(uint32_t from);
#endif