wokwi / avr8js

Arduino (8-bit AVR) simulator, written in JavaScript and runs in the browser / Node.js
https://blog.wokwi.com/avr8js-simulate-arduino-in-javascript/
MIT License
481 stars 78 forks source link

Implement SPI master peripheral #33

Closed urish closed 4 years ago

urish commented 4 years ago

This will allow us to use SPI hardware such as SD cards from the simulated core.

Register description can be found in page 176 / section 19.5 of the datasheet.