EasyManua.ls Logo

Ebyte MBL Series - Programming

Ebyte MBL Series
16 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Chengdu Ebyte Electronic Technology Co.,Ltd. E32-900MBL-01 User Manual
Copyright ©2012–2019Chengdu Ebyte Electronic Technology Co.,Ltd.
9
The timing diagram is as follows:
2.5 Programming
File
Key note
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