Move NRF24 driver into plugins, see desc

Major API version downgraded to official one, adding support for launching OFW apps on unleashed, part 1
This commit is contained in:
MX
2022-11-10 10:30:36 +03:00
parent ef72ad2462
commit af40b6b020
8 changed files with 903 additions and 38 deletions

View File

@@ -4,9 +4,6 @@ env.Append(
CPPPATH=[
"#/lib/drivers",
],
SDK_HEADERS=[
File("nrf24.h"),
],
)