Sustaingineering / Pump-Firmware

Particle Electron and ESP32 firmware that collects data from sensors and sends it via peer-to-peer LoRa and Particle GSM. The data is recorded on a micro SD card with timestamps.
3 stars 2 forks source link

Pass objects to test functions from main #130

Closed ShreyansK2000 closed 3 years ago

ShreyansK2000 commented 3 years ago

In the particle test framework, tests for individual modules don't have access to the objects that are needed for testing. Need to figure out a way to pass them in.

tarek20501 commented 3 years ago

Consider using extern