alarm_pool_create() function
Create an alarm pool The alarm pool will call callbacks from an alarm IRQ Handler on the core of this function is called from. In many situations there is never any need for anything other than the default alarm pool, however you might want to create another if you want alarm callbacks on core 1 or require alarm pools of different priority (IRQ priority based preemption of callbacks)
Arguments
timer_alarm_num
the timer_alarm to use to back this pool
max_timers
the maximum number of timers
Notes
This method will hard assert if the timer_alarm is already claimed. For implementation reasons this is limited to PICO_PHEAP_MAX_ENTRIES which defaults to 255 \sa alarm_pool_get_default() \sa hardware_claiming