CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
ax100_hw.h
Go to the documentation of this file.
1#ifndef INCLUDE_GUARD__AX100_HW_H
2#define INCLUDE_GUARD__AX100_HW_H
3
4#include <stdint.h>
5
6#define AX100_I2C_HANDLE &hi2c1
7
8static const uint8_t AX100_I2C_ADDR = 0x05;
9
10#endif // INCLUDE_GUARD__AX100_HW_H
static const uint8_t AX100_I2C_ADDR
Definition ax100_hw.h:8