orgua / OneWireHub

OneWire slave device emulator
GNU General Public License v3.0
343 stars 86 forks source link

Add MegaCoreX support #99

Closed TheMasterFX closed 1 year ago

TheMasterFX commented 3 years ago

Add MegaCoreX (official megaavr should work too but not tested). But MegaCoreX supports all new atmega devices so I chose that one. Tested on ATmega4808 and ATmega4809. It is mainly because of the new microsecondsToClockCycles implementation of megacorex and megaavr support and the Port Registers differ from atmega/tiny. This might change in the future