aboutsummaryrefslogtreecommitdiff
path: root/demo/src/index.ts (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-27style: reformat code with prettier 2.xUri Shaked1-2/+2
prettier rules have changed since we upgraded to 2.x
2020-04-02chore(demo): upgrade monaco editor to 0.20.0Uri Shaked1-1/+1
2020-03-22feat(demo): saving user historylironh1-1/+1
2020-03-21feat(demo): saving user historylironh1-1/+20
2019-12-07refactor: tslint → eslintUri Shaked1-3/+4
2019-12-07refactor(demo): use LED from @wokwi/elementsUri Shaked1-6/+4
2019-12-01feat(demo): show simulation speedUri Shaked1-1/+4
2019-12-01feat: initial implementation of USARTUri Shaked1-0/+7
#6
2019-11-25feat: GPIO peripheral implementationUri Shaked1-7/+4
Add new AVRIOPort class, implements GPIO output logic
2019-11-21feat: add blink demoUri Shaked1-0/+105