Skip to content

Commit

Permalink
Update eeprom_write.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
SpenceKonde committed Sep 30, 2023
1 parent e67aa6a commit 72f5d3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

#include <EEPROM.h>
#if defined(megaTinyCore)
#if defined(MEGATINYCORE)
#define ANALOG_PIN PIN_PA7
#else
#define ANALOG_PIN PIN_PD4
Expand Down

0 comments on commit 72f5d3d

Please sign in to comment.