Skip to content

commandus/esp32-lora-demo

Repository files navigation

lorawanping

LMIC HAL calls

Called:

hal_checkTimer hal_disableIRQs(); hal_enableIRQs(); hal_pin_nss(); hal_pin_rst(); hal_pin_rxtx(); hal_sleep(); hal_spi(); hal_ticks(); hal_waitUntil(); lmic_hal_init();

Implemented:

hal_checkTimer() hal_disableIRQs() hal_enableIRQs()

hal_failed() not used hal_io_check() not used hal_io_init () not used

hal_pin_nss() hal_pin_rst() hal_pin_rxtx() hal_printf_init() not used hal_sleep() hal_spi_init() not used hal_spi() hal_ticks() hal_time_init() hal_waitUntil() lmic_hal_init()

About

Trying to learn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages