Skip to content

Releases: CelliesProjects/FFatSensor

Add optional argument `uint8_t hw_timer`.

Choose a tag to compare

@CelliesProjects CelliesProjects released this 08 Nov 14:02
ddc5498

This selects which of the four ESP32 hardware timers to use.

Add a start marker to the log files.

Choose a tag to compare

@CelliesProjects CelliesProjects released this 03 Nov 09:45
fa81224
Update library.properties

Version to 1.0.1.

1.0.0

Choose a tag to compare

@CelliesProjects CelliesProjects released this 15 Aug 19:24
Bump version.

Hopefully the last RC.

Pre-release

Choose a tag to compare

@CelliesProjects CelliesProjects released this 30 Jul 10:41
15d7453
Merge pull request #2 from CelliesProjects/choose_num_of_sensors

Choose number of sensors.

Pre-release.

Pre-release. Pre-release
Pre-release

Choose a tag to compare

@CelliesProjects CelliesProjects released this 24 Jul 11:18

FFatSensor is now called with the desired number of sensors:

FFatSensor logger;

void setup() {
  logger.startSensors( num, pin );
}

First public release.

First public release. Pre-release
Pre-release

Choose a tag to compare

@CelliesProjects CelliesProjects released this 19 Jul 13:17
45ada1c
Merge pull request #1

Split Task from FFatSensor. (Split Task from FFatSensor)