0% found this document useful (0 votes)
27 views1 page

Circuit Design Surprising Juttuli-Snicket Tinkercad

This document describes an electronics lab design using an Arduino Uno microcontroller. The design includes code that defines variables for a person's name, age, and school. The setup function initializes serial communication and prints these personal details to the serial monitor. The loop function is left empty. The overall design allows editing and adding electronic components in the lab view.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views1 page

Circuit Design Surprising Juttuli-Snicket Tinkercad

This document describes an electronics lab design using an Arduino Uno microcontroller. The design includes code that defines variables for a person's name, age, and school. The setup function initializes serial communication and prints these personal details to the serial monitor. The loop function is left empty. The overall design allows editing and adding electronic components in the lab view.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Surprising Juttuli-Snicket All changes saved

Code Start Simulation


View Send
Layers
To

2 Text you can only


This is an 1Electronics Lab design, 3 edit and add components
4 in the Lab
5 1 (Arduino Uno
View. 6 R3)

Name Quantity1 Component


#define age 17
2 String name = "Mimew";
A A
3 String school = "Sarasas witaed klongluang";
4 void setup()
5 {
6 Serial.begin(9600);
7 Serial.println("Hello, My name is "+name+" .");
8 Serial.println("I'm"+String(age)+" years old. From "+ school);
9 }
B 10 B
11 void loop()
12 {
13
14 }

Empty circuit
Finishing
C C
Privacy settings

D D

E E

Title: Surprising Juttuli-Snicket

Made with Tinkercad® Date: 11/11/2566 09:31:54 Sheet: 1/1


Serial Monitor

You might also like