@@ -96,11 +96,6 @@ func cyclesForReading(pin *gpio.Pin, level gpio.Level) int {
return count
}
func readPulsesAsCycles(pin *gpio.Pin) [80]int {
return cycles
func storeCycleCountsAsBinarySequence(cycles *[80]int) ([5]byte, error) {
data := [5]byte{}
for i := 0; i < 40; i++ {
The note is not visible to the blocked user.