Daniel Gilbert

Results 3 issues of Daniel Gilbert

Hi, Line 15 of .gitmodules is currently: `url = [email protected]:pichenettes/avr-audio-bootloader.git` I think this might need to be changed to: `url = https://github.com/pichenettes/avr-audio-bootloader.git` so this submodule can be cloned without permission...

I believe `__AVR_ATmega328PB__` should be added to line 35 of utility/interrupt_pins.h

These changes were made just to suit my personal preferences, but I thought I'd share them anyway: ```diff 64a65,67 > def sketch_path(self): > return Path('/'.join(f'{self.folder}'.rsplit(' ', 1))) > 185c188 <...