Do we just need to include these two lines in the safe zone, or should I include everything that's in the void loop()?
noInterrupts ();
ref_count = ref_coil_count;
sensor_count = sensor_coil_count;
interrupts ();
Do we just need to include these two lines in the safe zone, or should I include everything that's in the void loop()?
noInterrupts ();
ref_count = ref_coil_count;
sensor_count = sensor_coil_count;
interrupts ();