Open larsks opened 5 years ago
Is there a mechanism with which one can access the registers of the simulated mcu by name? Right now, I'm using:
avr.peek(0x3e)
But I want something like:
avr.peek(GPIOR0)
Is there a mechanism with which one can access the registers of the simulated mcu by name? Right now, I'm using:
But I want something like: