adding 328p digitalwritefast definition (Untested) #3

Closed
mnm-isola wants to merge 1 commits from main into main
mnm-isola commented 2022-09-13 10:32:44 +03:00 (Migrated from github.com)

Just copied the 328p defines from the digitalwritefast lib, havent verified if it actually works.

To do: actually test the code and see if adding lgt8f328p compatibility is achievable

Just copied the 328p defines from the digitalwritefast lib, havent verified if it actually works. To do: actually test the code and see if adding lgt8f328p compatibility is achievable
veroxzik commented 2022-09-13 15:45:49 +03:00 (Migrated from github.com)

You'll need to change some hard codes in the cpp file too. Anywhere that DDRB and PORTB are used.

You'll need to change some hard codes in the cpp file too. Anywhere that DDRB and PORTB are used.
mnm-isola commented 2022-09-17 21:58:06 +03:00 (Migrated from github.com)

Looked into it and I don't think I can do much since I have no understanding of Arduino port registers. Maybe someone else who knows better could handle this.

Looked into it and I don't think I can do much since I have no understanding of Arduino port registers. Maybe someone else who knows better could handle this.

Pull request closed

Please reopen this pull request to perform a merge.
Sign in to join this conversation.