Chengdu Ebyte Electronic Technology Co.,Ltd.
E30-900MBL-01 User Manua
l
Copyright ©2012–2019
,
Chengdu Ebyte Electronic Technology Co.,Ltd.
9
The timing diagram is as follows:
2.5 Programming
File
Key note
1
ebyte_core.h
A module structure is defined to abstract the basic functions, and the functions of the
underlying module will be bound to this structure. When used for simple sending and
receiving applications, there is no need to understand the underlying working details of
each module, and you can start sending and receiving data directly by calling the
abstracted function. If you need to customize some functions, you can also consider
integrating them into the structure. If you know enough about the functional functions of
the underlying module, you can also directly remove the ebyte_core.c/h file, and there is