Skip to content

Commit

Permalink
STM32H7 analog inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Mar 3, 2025
1 parent e3edd94 commit 971aeb4
Show file tree
Hide file tree
Showing 3 changed files with 518 additions and 309 deletions.
Binary file modified docs/mcumap_gen.xlsx
Binary file not shown.
4 changes: 4 additions & 0 deletions uCNC/src/hal/boards/stm32/boardmap_generic_h750.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ extern "C"
// #define SPI2_SDO_BIT 15
// #define SPI2_PORT 2

#define ANALOG0_BIT 0
#define ANALOG0_PORT A
#define ANALOG0_CHANNEL 16

#define ONESHOT_TIMER 1

#ifdef __cplusplus
Expand Down
Loading

0 comments on commit 971aeb4

Please sign in to comment.