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.

31 lines
606 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 year ago
1 year ago
1 year ago
1 year ago
  1. #include "basic/zble_module.h"
  2. #include "basic/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 "app_uart.h"
  11. #include "basic/ssd1306/driver_ssd1306_basic.h"
  12. #include "basic\zdatachannel_service.h"
  13. #include "one_conduction/one_conduction_board.h"
  14. #include "one_conduction/one_conduction_main.h"
  15. #include "three_lead\three_lead_board.h"
  16. #if defined(UART_PRESENT)
  17. #include "nrf_uart.h"
  18. #endif
  19. #if defined(UARTE_PRESENT)
  20. #include "nrf_uarte.h"
  21. #endif
  22. #if 1
  23. int main() {
  24. one_conduction_main();
  25. return 0;
  26. }
  27. #endif