mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 18:01:18 +03:00
grove: Small changes to build grove library
* Removed relay and rotary from grove library * Removed relay and rotary from grove SWIG interfaces * Fixed warning for o2 printf % * Fixed return value warning for _get_normalized method used by my analog sensors. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -27,6 +27,4 @@
|
||||
|
||||
#include <grovebutton.hpp>
|
||||
#include <groveled.hpp>
|
||||
#include <relay.hpp>
|
||||
#include <rotary.hpp>
|
||||
#include <grovetemp.hpp>
|
||||
|
@ -24,16 +24,6 @@
|
||||
#include "groveled.hpp"
|
||||
%}
|
||||
|
||||
%include "relay.hpp"
|
||||
%{
|
||||
#include "relay.hpp"
|
||||
%}
|
||||
|
||||
%include "rotary.hpp"
|
||||
%{
|
||||
#include "rotary.hpp"
|
||||
%}
|
||||
|
||||
%include "grovetemp.hpp"
|
||||
%{
|
||||
#include "grovetemp.hpp"
|
||||
|
@ -21,16 +21,6 @@
|
||||
#include "groveled.hpp"
|
||||
%}
|
||||
|
||||
%include "relay.hpp"
|
||||
%{
|
||||
#include "relay.hpp"
|
||||
%}
|
||||
|
||||
%include "rotary.hpp"
|
||||
%{
|
||||
#include "rotary.hpp"
|
||||
%}
|
||||
|
||||
%include "grovetemp.hpp"
|
||||
%{
|
||||
#include "grovetemp.hpp"
|
||||
|
@ -25,16 +25,6 @@
|
||||
#include "groveled.hpp"
|
||||
%}
|
||||
|
||||
%include "relay.hpp"
|
||||
%{
|
||||
#include "relay.hpp"
|
||||
%}
|
||||
|
||||
%include "rotary.hpp"
|
||||
%{
|
||||
#include "rotary.hpp"
|
||||
%}
|
||||
|
||||
%include "grovetemp.hpp"
|
||||
%{
|
||||
#include "grovetemp.hpp"
|
||||
|
Reference in New Issue
Block a user