implement init

This commit is contained in:
Eggert Jung
2025-05-06 19:50:56 +02:00
parent 1dc52aa6f2
commit b2368b2bc5
2 changed files with 36 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ void init();
* \param polarity Polarity of the interrupt signaling (active high or
active low)
*
* \todo(12) Implement Function
* \todo Implement Function
*/
void config(uint8_t slot, Core::Interrupt::Vector vector,
TriggerMode trigger_mode = TriggerMode::EDGE,