SLAU678C March 2016 – November 2022
The project is split into multiple files (see Table 3-7). This makes it easier to navigate and reuse parts of it for other projects.
Name | Description |
---|---|
main.c | The demo's clock, GPIO, EEPROM initialization and interrupt configurations. |
eeprom_interface/eeprom_i2c.c | EEPROM I2C interface initialization and functions |
eeprom_interface/eeprom_spi.c | EEPROM SPI interface initialization and functions |
eeprom_definitions.h | Global variables definitions |
eeprom.c | EEPROM standard functions |
sensing_proc.c | Functions for sampling temperature and voltage |
Library: driverlib | Device driver library |