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.
26 lines
544 B
26 lines
544 B
#include "basic/zble_module.h"
|
|
#include "basic/zdatachannel_service.h"
|
|
#include "znordic.h"
|
|
//
|
|
|
|
#include <stdarg.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
//
|
|
#include "app_uart.h"
|
|
#include "basic/ssd1306/driver_ssd1306_basic.h"
|
|
#include "basic\zdatachannel_service.h"
|
|
#include "one_conduction/one_conduction_board.h"
|
|
#include "three_lead\three_lead_board.h"
|
|
#if defined(UART_PRESENT)
|
|
#include "nrf_uart.h"
|
|
#endif
|
|
#if defined(UARTE_PRESENT)
|
|
#include "nrf_uarte.h"
|
|
#endif
|
|
|
|
#if 1
|
|
|
|
void main() { one_conduction_main(); }
|
|
#endif
|