00:00UTC
00:30The project consists of making a decimal counter, 0 to 9, with intervals of 0.5 seconds.
00:36The program is very similar to the binary counter, with the difference that it only needs 4 bits from the port, the
00:43The 7447 binary-to-7-segment decoder is responsible for transforming the incoming binary number into a decimal number.
00:55The programming is as follows in bascoma BR, using BASIC language without using Arduino IDE.
01:01The port C is declared as output, a variable of type bytes or routines and the IFITEM declaration.
01:12Here I use Simulino LILIPAD, which contains the 328P microcontroller.
01:20The indication would be that it does not contain programming in Arduino IDE.
01:39Okay, that's all, thank you.
Comentarios