Hola Compañeros cuanto tiempo ... una consulta habéis comprado y probado el html5 de Steam, porque lo he instalado en el VMWARE y no me lanza el Html, me dice que no existe...
Chao bambinos.
Chao bambinos.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuotevoid setup() {
Serial.begin(9600);
Serial.println("Inicio BT");
// put your setup code here, to run once:
}
void loop() {
Serial.write("Hello");
delay(100);
// put your main code here, to run repeatedly:
}