SubGigaHertz EndPoint with 2 DigitalInputs of reed type
- add “-specs=rdimon.specs -lc -lrdimon” to (Project -> Properties -> C/C++ Build -> Settings -> MCU GCC Linker -> Linker flags)
- add extern void initialise_monitor_handles(void); above main
- add initialise_monitor_handles(); at the beggening og main function
- use printf, putc, puts to output messages via semihosting
For printf don't forget to use \n to flush buffer to console!