Difference between revisions of "Digital Pins"
From Flowcode Help
Jump to navigationJump to searchLine 1: | Line 1: | ||
The '''Digital Pins''' displays and monitors digital pin values on each digital port pin, allowing you to see the results/values of each port both as a logic 0 or 1. | The '''Digital Pins''' displays and monitors digital pin values on each digital port pin, allowing you to see the results/values of each port both as a logic 0 or 1. | ||
− | |||
To open the 'Digital Pins Window' select 'Digital Pins' from the 'View' menu. | To open the 'Digital Pins Window' select 'Digital Pins' from the 'View' menu. | ||
− | |||
The Digital Pins Window dynamically displays values of digital pins and can display the data from all of the digital port pins on the device. | The Digital Pins Window dynamically displays values of digital pins and can display the data from all of the digital port pins on the device. |
Revision as of 13:57, 21 October 2020
The Digital Pins displays and monitors digital pin values on each digital port pin, allowing you to see the results/values of each port both as a logic 0 or 1.
To open the 'Digital Pins Window' select 'Digital Pins' from the 'View' menu.
The Digital Pins Window dynamically displays values of digital pins and can display the data from all of the digital port pins on the device.
A pin which is pulled to VCC is shown in red with the value 1.
A pin which is pulled to GND is shown in grey with the value 0.
This corresponds with the pins shown on the target device window.
While the simulation is running the state of a pin can be toggled by clicking on the icon in the right hand side field.