Seeed Grove ++
v0.0.1-1441M
C++ Library For Seeed Grove Devices
sg++.hpp
Go to the documentation of this file.
1
/* Seeed Grove ++ (C) 2015 Stephane Charette <stephanecharette@gmail.com>
2
* $Id: sg++.hpp 1440 2015-12-09 14:15:37Z stephane $
3
*/
4
5
#pragma once
6
7
#include <string>
8
#include "
sg_base.hpp
"
9
10
11
namespace
SG
12
{
14
void
initialize
(
void
);
15
17
bool
is_initialized
(
void
);
18
19
std::string
as_debug
(
void
);
20
}
SG::initialize
void initialize(void)
Initialize Seeed Grove ++. It is safe to call this multiple times.
Definition:
sg++.cpp:11
sg_base.hpp
SG::is_initialized
bool is_initialized(void)
Determine if Seeed Grove ++ has been initialized.
Definition:
sg++.cpp:19
SG
Definition:
sg_base.hpp:11
SG::as_debug
std::string as_debug(void)
Definition:
sg++.cpp:25
src-sg++
sg++.hpp
Generated on Wed Dec 9 2015 10:25:22 for Seeed Grove ++ by
1.8.9.1