Add some extra defines to platform_defs.h (#227)
This commit is contained in:
committed by
graham sanderson
parent
62b2d33e8f
commit
dff0633c20
@ -25,6 +25,11 @@
|
||||
#define NUM_PWM_SLICES _u(8)
|
||||
#define NUM_SPIN_LOCKS _u(32)
|
||||
#define NUM_UARTS _u(2)
|
||||
#define NUM_I2CS _u(2)
|
||||
#define NUM_SPIS _u(2)
|
||||
|
||||
#define NUM_ADC_CHANNELS _u(5)
|
||||
|
||||
#define NUM_BANK0_GPIOS _u(30)
|
||||
|
||||
#define PIO_INSTRUCTION_COUNT _u(32)
|
||||
|
Reference in New Issue
Block a user