Convertir le code C en python en ligne gratuit
#include "LEDOptionFunc.h"
#include "Heart.h"
#include "cardio.h"
void setup(){
for(int i = 2; i <= 12; i++){ //initialize the Heart LED outputs
pinMode(i, OUTPUT);
}
Serial.begin(9600); // start the serial monitor
pinMode(A0, INPUT); // initialize the input pin for the cardio module
}
void loop(){
lightEmUp(option, option2, pouls(), 100);
}
CED du 237