Skip to content

Hardware Emulation (Preview)

Pre-release
Pre-release

Choose a tag to compare

@eliasgroll eliasgroll released this 31 Jan 14:34

It is now possible to interact with the virtual Microcontroller. The system works - but has to be optimized
Coming soon: IN/OUT logic, look and feel


Test it:

' {$STAMP BS1}

SYMBOL refresh_rate = 100

loop:
DEBUG CLS
DEBUG PIN0,CR,PIN1,CR,PIN2,CR,PIN3,CR,PIN4,CR,PIN5,CR,PIN6,CR,PIN7,CR,CR
PAUSE refresh_rate
GOTO loop