00 Plug in and Set Up Optimus Prime

Plug in and Set Up Optimus Prime

//Run a test program on your Transformer Bot void setup(){ pinMode(8,OUTPUT); pinMode(10,OUTPUT); } void loop(){ digitalWrite(8,HIGH); digitalWrite(10,LOW); delay(500); digitalWrite(10,HIGH); digitalWrite(8,LOW); delay(500); } //(c)2024 Let's Start Coding. License: www.letsstartcoding.com/bsdlicense
 
 
 

Having trouble? We recommend revisiting the start page, where you’ll find steps to check and a contact form if you need more help.

TRANSFORMERS and HASBRO and all related trademarks and logos are trademarks of Hasbro, Inc. ©2024 Hasbro.