PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
- #ifndef H_ACI_SETUP
- #define H_ACI_SETUP
-
- #define ACI_CMD_Q_SIZE 16
-
- /**
- Do the ACI setup by sending the setup messages generated by the nRFgo studio to the nRF8001.
- After all the setup messages are sent. The nRF8001 will send a Device Started Event (Mode = STANDBY)
- */
- aci_status_code_t do_aci_setup(aci_state_t *aci_stat);
-
- #endif
|