mirror of
https://github.com/yoboujon/dumber.git
synced 2025-06-08 22:00:49 +02:00
15 lines
183 B
C
15 lines
183 B
C
/*
|
|
* xbee.h
|
|
*
|
|
* Created on: Sep 12, 2022
|
|
* Author: dimercur
|
|
*/
|
|
|
|
#ifndef INC_XBEE_H_
|
|
#define INC_XBEE_H_
|
|
|
|
#include "main.h"
|
|
|
|
void XBEE_Init(void);
|
|
|
|
#endif /* INC_XBEE_H_ */
|