BobGlicksman / LoRa_experiments

tests of LoRA module ranging and low power
0 stars 1 forks source link

ENH: Pick one repo location for Hub / Sensor #32

Open jschrempp opened 4 hours ago

jschrempp commented 4 hours ago

Decide how we will work going forward, now that we have finished the experimentation phase.

We share one code location for the Hub since it runs on Particle processors.

For the sensor, do we need a location for Particle and one for ATmega? Or can we have one code base with a #define for the target hardware? Eventually we might have one code base for each sensor type (reed switches, PIRs, temperature probes, critical sensors, etc). If each one has to have both a Particle and ATmega folder, that will become a lot of folders.