This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
lora-irrigation
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Implement a secure ICS protocol targeting LoRa Node151 microcontroller for controlling irrigation.
178
Commits
4
Branches
18 MiB
C
97.5%
C++
1%
Assembly
0.5%
Python
0.3%
Linker Script
0.3%
Other
0.2%
Tree:
415e650c69
lora-irrigation
/
hal_generic.c
11 lines
95 B
Raw
Blame
History
#include <main.h>
void
SysTick_Handler(void)
{
HAL_IncTick();
HAL_SYSTICK_IRQHandler();
}