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.

27 lines
411 B

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. #include "zble_module.h"
  2. #include "zdatachannel_service.h"
  3. #include "znordic.h"
  4. //
  5. #include <stdarg.h>
  6. #include <stdio.h>
  7. #include <stdlib.h>
  8. #include <string.h>
  9. //
  10. #include <math.h>
  11. #include "app_scheduler.h"
  12. #include "znordic.h"
  13. #if defined(UART_PRESENT)
  14. #include "nrf_uart.h"
  15. #endif
  16. #if defined(UARTE_PRESENT)
  17. #include "nrf_uarte.h"
  18. #endif
  19. #if 1
  20. int main() {
  21. one_conduction_main();
  22. return 0;
  23. }
  24. #endif