In developmentNot released yet — features and data may change without notice.

Examples

Examples

Button counter

Every press adds one, shown on a four-digit seven-segment display.

Arduino Uno R31 libraries29 linesOverall confidence 100%

SourceRead onlyuno_button_counter.ino
What the parser saw

Extracted from #include · #define · pinMode · constructor arguments. The output of a deterministic parser, not an AI.

Parts

tm1637#include <TM1637Display.h>
90%
buttonidentifier BTN_PIN
60%

Buses

Libraries

#include <TM1637Display.h>

Pin contract

An immutable contract owned by the project. It survives level changes; on a target board only the physical pins are remapped.

Logical namePinDirectionSignalDeclared as
BTN_PIND2indigital#define
DISP_CLKD4unknowndigital#define
DISP_DIOD5unknowndigital#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.

Button counter · ibouPCB