Saltar al reproductorSaltar al contenido principal
  • hace 2 días
LA DECLARACION IF… THEN.
Esta sirve de condicionante, si es verdadera ejecuta la operación que sigue al THEN, y si es falsa a la siguiente línea después del THEN, existen varias formas de aplicación.
IF porb.0 = 1 THEN Gato ; ir a Gato si la entrada Portb.0 es uno lógico
Simulino Arduino LilyPad es una tarjeta creada y diseñada para prendas de vestuario y e-textiles. Puede utilizarse con fuentes de alimentación, sensores de temperatura, luces, motores, etc.
➡ Descargar gratis : https://mega.nz/file/HBcB1ASZ#uJ6eVYhfXZ9twOiOC11YcQ6klz8c9CTx3ZxW3oyEiz8

Categoría

📚
Aprendizaje
Transcripción
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

Recomendada