Files

  • Not Found
  • Invalid object requested. SHA must identify a commit or a tree.
Last update 3 years 6 months
Filesfwsrc
..
adc.hpp
common.hpp
dbg.hpp
gpio.hpp
isr.cpp
main.cpp
qc.hpp
statusBar.hpp
sys.hpp
isr.cpp
#include <stm32f0xx_hal.h> #include "dbg.hpp" extern "C" void SysTick_Handler(void) { HAL_IncTick(); } extern "C" void USART1_IRQHandler(void) { HAL_UART_IRQHandler( Dbg::inst().handle() ); }

Annotations

batteryPack / batteryPack.kicad_pcb
44fca152
0/1 comments
Report a bug