Examples
Parking sensor
An ultrasonic range finder beeps at shorter intervals as something gets closer, and lights an LED inside 30 cm.
Arduino Uno R30 libraries38 linesOverall confidence 100%
Extracted from #include · #define · pinMode · constructor arguments. The output of a deterministic parser, not an AI.
Pin contract
An immutable contract owned by the project. It survives level changes; on a target board only the physical pins are remapped.
| Logical name | Pin | Direction | Signal | Declared as |
|---|---|---|---|---|
| BUZZER_PIN | D8 | out | pwm | #define |
| TRIG_PIN | D9 | out | digital | #define |
| ECHO_PIN | D10 | in | digital | #define |
| LED_PIN | D13 | out | digital | #define |
This page passes no verification gate. Logic (simulator), electrical (ERC · DRC) and physical (your confirmation) verification each run separately inside a project.
Next step
Same sketch, from simulation to PCB
The code stays as it is. Run it on avr8js in the Playground; import it into a project and the 8-pass electrical verification, KiCad board generation and Gerber export follow.