]> git.piffa.net Git - sketchbook_andrea/blobdiff - serial/analog_rx_1/analog_rx_1.ino
PWM correzione
[sketchbook_andrea] / serial / analog_rx_1 / analog_rx_1.ino
index bc3de982d2c4d1b9b23fb25e50318f94d414ef08..b0f4c33dd356a8e764c3d888531e1c36717906ec 100644 (file)
@@ -12,7 +12,7 @@
 
 // Seconda scheda: output
 int led  = 13; // Questa scheda ha spolo l'output
-int RX   = 3 ; // Pin di ricezione
+int RX   = 3 ; // Pin di ricezione  
 
 void setup() {                
   // initialize the digital pin as an output.
@@ -32,3 +32,9 @@ void loop() {
   }
 }
 
+
+/* Domande:
+ 1. Perche' i due ground delle due schede sono collegati?
+ 2. Quanti LED posso pilotare con questo sistema?
+ 3. Con che  latenze lavoro?
+ */