mirror of
https://github.com/tsl0922/EPD-nRF5.git
synced 2025-12-06 15:42:48 +08:00
add EPD test
This commit is contained in:
7
main.c
7
main.c
@@ -27,6 +27,9 @@
|
||||
#include "app_error.h"
|
||||
#include "app_timer.h"
|
||||
#include "EPD_ble.h"
|
||||
#ifdef DEBUG
|
||||
#include "EPD_Test.h"
|
||||
#endif
|
||||
|
||||
#define IS_SRVC_CHANGED_CHARACT_PRESENT 1 /**< Include or not the service_changed characteristic. if not enabled, the server's database cannot be changed for the lifetime of the device*/
|
||||
|
||||
@@ -386,6 +389,10 @@ int main(void)
|
||||
|
||||
NRF_LOG_PRINTF("done.\n");
|
||||
|
||||
#ifdef DEBUG
|
||||
EPD_4in2_test();
|
||||
#endif
|
||||
|
||||
for (;;)
|
||||
{
|
||||
power_manage();
|
||||
|
||||
Reference in New Issue
Block a user