smalcom

Results 2 comments of smalcom

Try this https://github.com/buserror/simavr/issues/342#issuecomment-678438599

I've got that trouble today. I decided this using ioctl avr_ioport.h `#define AVR_IOCTL_IOPORT_GET_EXTERNAL(_name) AVR_IOCTL_DEF('i','o','e',(_name))` avr_ioport.c ``` /* * Get the default IRQ values when pin is set as input */...