Add RN-42 Bluetooth module support
This commit is contained in:
parent
be19b2bf32
commit
31a298f9d9
6 changed files with 696 additions and 6 deletions
|
|
@ -1,6 +1,15 @@
|
|||
#ifndef RN42_H
|
||||
#define RN42_H
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
host_driver_t rn42_driver;
|
||||
host_driver_t rn42_config_driver;
|
||||
|
||||
void rn42_init(void);
|
||||
void rn42_putc(uint8_t c);
|
||||
void rn42_autoconnect(void);
|
||||
void rn42_disconnect(void);
|
||||
bool rn42_ready(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue