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.
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.