8000 Print emulator pin state after chip_digital_write by MaartenS11 · Pull Request #313 · TOPLLab/WARDuino · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Print emulator pin state after chip_digital_write #313

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2025

Conversation

MaartenS11
Copy link
Member

This PR makes the emulator print the current pin state for digital writes to stdout.

Example:

EMU: chip_digital_write(12,0) 
EMU: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
EMU: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
EMU: chip_digital_write(13,1) 
EMU: 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 
EMU: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 

@MaartenS11 MaartenS11 force-pushed the feat/emulator-pin-state branch from d364ea4 to 3cd25ee Compare June 27, 2025 13:07
@MaartenS11 MaartenS11 force-pushed the feat/emulator-pin-state branch from 3cd25ee to 6fde08c Compare June 27, 2025 13:16
@MaartenS11 MaartenS11 marked this pull request as ready for review June 27, 2025 13:17
@MaartenS11 MaartenS11 enabled auto-merge (squash) June 27, 2025 13:17
@MaartenS11 MaartenS11 merged commit 9154b53 into main Jun 27, 2025
13 checks passed
@MaartenS11 MaartenS11 deleted the feat/emulator-pin-state branch June 27, 2025 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0