docs
This commit is contained in:
parent
4e0dad7634
commit
425af66f5d
|
@ -1,5 +1,6 @@
|
|||
/**
|
||||
* @file bluetooth.h
|
||||
* @file Bluethoot modules hardware initialization
|
||||
*
|
||||
* @date Aug 26, 2013
|
||||
* @author andreika, (c) 2017
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
typedef struct {
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/**
|
||||
* @file tunerstudio_io.h
|
||||
* @file TS protocol commands and methods are here
|
||||
*
|
||||
* @date Mar 8, 2015
|
||||
* @author Andrey Belomutskiy, (c) 2012-2020
|
||||
|
|
Loading…
Reference in New Issue