/* * Interrupts.h * * Created on: Aug 1, 2024 * Author: fw */ #ifndef __INTERRUPTS_H__ #define __INTERRUPTS_H__ void initInterrupts( void ); #endif