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 }
void initialize(void)
Initialize Seeed Grove ++. It is safe to call this multiple times.
Definition: sg++.cpp:11
bool is_initialized(void)
Determine if Seeed Grove ++ has been initialized.
Definition: sg++.cpp:19
Definition: sg_base.hpp:11
std::string as_debug(void)
Definition: sg++.cpp:25