From 9d678fbace2e4931e39ab5b95b2ec7493a18f549 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Mon, 25 Jan 2021 12:15:05 -0600 Subject: digital-driver readme --- digital-driver/firmware/firmware.ino | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'digital-driver/firmware/firmware.ino') diff --git a/digital-driver/firmware/firmware.ino b/digital-driver/firmware/firmware.ino index 8f7acbb..c024bbf 100644 --- a/digital-driver/firmware/firmware.ino +++ b/digital-driver/firmware/firmware.ino @@ -3,7 +3,7 @@ // Run this slave program on the AtTiny85. // //////////////////////////////////////////////////////////////////////////////////// -#include "TinyWireS.h" // wrapper class for I2C slave routines +#include "TinyWireS.h" // wrapper class for I2C slave routines https://github.com/rambo/TinyWire/tree/master #define I2C_SLAVE_ADDR 0x26 // I2C slave address (38, 0x26), @@ -49,7 +49,6 @@ void receiveEvent(uint8_t num_bytes) digitalWrite(BlinkPin, HIGH); delay(10); digitalWrite(BlinkPin, LOW); - delay(10); } -- cgit v1.2.3