Skip to content

Commit

Permalink
Small fix for R4
Browse files Browse the repository at this point in the history
  • Loading branch information
davetcc committed Sep 30, 2024
1 parent 830b012 commit f268ae0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/PlatformDetermination.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ typedef uint8_t pinid_t;
#elif defined(ESP8266)
# define IOA_ANALOGIN_RES 10
# define IOA_ANALOGOUT_RES 10
#elif defined(ARDUINO_ARCH_RENESAS_UNO) && !defined(IO_MKR_FORCE_LOWRES_ANALOG)
#define IOA_ANALOGIN_RES 14
#define IOA_ANALOGOUT_RES 12
#else
# define IOA_ANALOGIN_RES 10
# define IOA_ANALOGOUT_RES 8
Expand Down

0 comments on commit f268ae0

Please sign in to comment.