|
| | bme68x.c |
| | Driver implementation for the BME68X sensor. This file contains the core logic for initializing, configuring, and reading data from the Bosch BME68X gas, temperature, humidity, and pressure sensor.
|
| |
| | bme68x.h |
| | BME68X Sensor API header file.
|
| |
| | bme68x_defs.h |
| |
| | common.c |
| | Common utility functions and definitions for the BME68X sensor interface.
|
| |
| | common.h |
| |
| | globals.c |
| | global variables
|
| |
| | HDC2080.c |
| | Description: This library facilitates communication with, and configuration of, the HDC2080 Temperature and Humidity Sensor. It makes extensive use of the Wire.H library, and should be useable with both Arduino and Energia.
|
| |
| | HDC2080.h |
| |
| | jfet_commandLine.c |
| | Command Line Interface (CLI) functions and commands.
|
| |
| | jfet_common.h |
| | common struct, enum, externs, prototypes
|
| |
| | jfet_sensor_functions.c |
| | sensor related functions
|
| |
| | w25q64jv.c |
| | W25Q64JW Mb Flash Memory (I2C) functions.
|
| |
| | W25Q64JV_Driver.h |
| | W25Q64JV driver header file.
|
| |