LAB 7segment - Wokwi ESP32, STM32, Arduino Simulator
Save
Share
LAB 7segment
by
suwit
Docs
Sign in
Sign up
sketch.ino
diagram.json
Library Manager
void setup() { DDRD=0xFF; } void loop() { PORTD=0x06; }
Simulation