9aTe1 Buggy Project
Exercise 1 - It's your Birthday!¶
Using the 1_Renbed_Seven_Segment program linked below program your Renbed to display your date of birth using the built in two digit 7 segment display.
When powered on your Renbed should;
- Show the day of the month you were born as a number between 0-31
- Keep displaying the day for 5 seconds
- Show the month you were born as a number between 1-12
Step 1 - Importing into the compiler¶
Instructions will go here.
Step 2 - Editing the program¶
Instructions will go here.
Required code;¶
Import program1_Renbed_Seven_Segment
Program the 7 Segment display on your RenBed using this program. Import the program into your Compiler and edit the code to display your birthday (DD > 5s wait > MM).
Exercise 2 - Colourful LEDs¶
Using the 2_Renbed_RGB_Digital program, make your Renbed control an RGB LED to make it flash through different colours.
Step 1 - Importing into the compiler¶
Instructions will go here.
Step 2 - Editing the program¶
Instructions will go here.
Required code;¶
Import program2_Renbed_RGB_Digital
Program an RGB LED to flash between different colours using this program