// Name: Choi Ka Ho
// No.: 240021155
// Class: EG114403/1D
// Program: Ex Q
/*
- Declare variables/constants in a meaningful way
- Remember to include explanatory comments/remarks/annotations
- Ensure proper block organization and readability of the source code
(e.g., through indentation)
- Remove any irrelevant comments/code (** Including this section **)
- Run the program at least once before submitting it
- Use Ctrl+A and Ctrl+C to copy the entire program
- Use Ctrl+V to paste the selected text into Notepad
- Save the file as "1X_Ex2_Q1_ChanTaiMan.ino" or "1X_Ex3_Q2_ChanTaiMan.ino" (for example)
- Upload the file to Moodle
*/
void setup() {
Serial.begin(115200);
}
void loop() {
}