Modifications

Sauter à la navigation Sauter à la recherche
93 octets ajoutés ,  17 avril 2012 à 18:12
Ligne 375 : Ligne 375 :  
=== Sending SMS: using Software UART  ===
 
=== Sending SMS: using Software UART  ===
 
  <nowiki>
 
  <nowiki>
#include <NewSoftSerial.h>
+
#include <NewSoftSerial.h>   // Utiliser SoftwareSerial.h sous Arduino 1.0
 
   
 
   
NewSoftSerial mySerial(7, 8);
+
NewSoftSerial mySerial(7, 8); // Utiliser SoftwareSerial sous Arduino 1.0
    
void setup()
 
void setup()
29 917

modifications

Menu de navigation