From d88a39a841b9cab5f73fa29f47c156854ca42957 Mon Sep 17 00:00:00 2001 From: Snorky Date: Sat, 26 Oct 2024 01:22:23 +0200 Subject: [PATCH] Rajout info. --- Attiny_84_Slave.ino | 1 + Attiny_85_Master.ino | 1 + 2 files changed, 2 insertions(+) diff --git a/Attiny_84_Slave.ino b/Attiny_84_Slave.ino index 94ae704..a9fc297 100644 --- a/Attiny_84_Slave.ino +++ b/Attiny_84_Slave.ino @@ -1,3 +1,4 @@ +// Code pour l'Attiny84 #include SoftwareSerial mySerial(3,NULL); //RX, TX diff --git a/Attiny_85_Master.ino b/Attiny_85_Master.ino index 1c18e9c..a9b65a7 100644 --- a/Attiny_85_Master.ino +++ b/Attiny_85_Master.ino @@ -1,3 +1,4 @@ +// Code pour l'Attiny85 #include SoftwareSerial mySerial(NULL,7); // RX, TX