Trying to compile using the on-line Mbed compiler. I keep getting cannot find "nrf.perhiperals.h", and I cannot locate it either.
Possible someone can point me in the right direction
Thank you
Trying to compile using the on-line Mbed compiler. I keep getting cannot find "nrf.perhiperals.h", and I cannot locate it either.
Possible someone can point me in the right direction
Thank you
For me on SDK 14.2, "nrf_peripherals.h" resides in "components/drivers_nrf/hal/nrf_peripherals.h". Perhaps you made a typo with ""nrf.perhiperals.h" vs "nrf_peripherals.h"?
For me on SDK 14.2, "nrf_peripherals.h" resides in "components/drivers_nrf/hal/nrf_peripherals.h". Perhaps you made a typo with ""nrf.perhiperals.h" vs "nrf_peripherals.h"?
Thanks much, that is exactly where it was....