/avr8js-serial-monitor

Tool that I use to study the AVR architecture and the Arduino Framework

Primary LanguageTypeScript

AVR8js Virtual Serial Monitor

An AVR 8-bit simulator with virtual serial monitor

This is a tool that I use to study the AVR architecture and the Arduino Framework, feel free to use it for your learning and share your improvements and questions.

To run this application:

  1. Install dependencies: npm install
  2. Build with TypeScript: npm run build
  3. Start the app: npm start

To run dev:

  1. Run dev: npm run dev

Our lovely deps

AVR8js + Electron + Monaco Editor

Licenses

AVR8js are released under the MIT license.

Electron are released under the MIT license

Monaco Editor are released under the MIT license