Difference between revisions of "Digital Pins"

From Flowcode Help
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
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 the component name and the values of digital pins and can display the data from all of the digital port pins on the device.
  
  
Line 13: Line 13:
 
A pin which is pulled to GND is shown in grey with the value 0.
 
A pin which is pulled to GND is shown in grey with the value 0.
  
This corresponds with the pins shown on the [[Chip_View|target device window]].
+
This corresponds with the pins shown on the [[Chip_View|target device window]] and [[Using_the_Project_Explorer#Ports|Ports of the Project explorer]].
  
  
 
While the simulation is running the state of a pin can be toggled by clicking on the icon in the right hand side field.
 
While the simulation is running the state of a pin can be toggled by clicking on the icon in the right hand side field.

Latest revision as of 08:20, 21 March 2023

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 the component name and the values of digital pins and can display the data from all of the digital port pins on the device.


DigitalPins.jpg


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 and Ports of the Project explorer.


While the simulation is running the state of a pin can be toggled by clicking on the icon in the right hand side field.