You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
201 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. #include "camera.h"
  2. //
  3. extern "C"
  4. {
  5. #include "ble_spp_server_demo.h"
  6. }
  7. extern "C" void app_main(void)
  8. {
  9. ble_spp_server_init();
  10. camera_init();
  11. while (true)
  12. {
  13. /* code */
  14. }
  15. }