Rajout info.

This commit is contained in:
Snorky 2024-10-26 01:22:23 +02:00
parent bce1e49284
commit d88a39a841
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// Code pour l'Attiny84
#include <SoftwareSerial.h> #include <SoftwareSerial.h>
SoftwareSerial mySerial(3,NULL); //RX, TX SoftwareSerial mySerial(3,NULL); //RX, TX

View File

@ -1,3 +1,4 @@
// Code pour l'Attiny85
#include <SoftwareSerial.h> #include <SoftwareSerial.h>
SoftwareSerial mySerial(NULL,7); // RX, TX SoftwareSerial mySerial(NULL,7); // RX, TX