Skip to content

Instantly share code, notes, and snippets.

View Vincent14's full-sized avatar
🌿

Vincent Lambert Vincent14

🌿
View GitHub Profile
@Vincent14
Vincent14 / gist:5892593f0ca32a996a8d
Created May 14, 2014 21:45
Nanpy error in Arduino 1:1.0.5
Nanpy/freeram.c.o: dans la fonction « free_ram3 »:
/usr/share/arduino/libraries/Nanpy/freeram.c:53: définitions multiples de « free_ram1 »
freeram.c.o:freeram.c:53: défini pour la première fois ici
Nanpy/freeram.c.o: dans la fonction « free_ram3 »:
/usr/share/arduino/libraries/Nanpy/freeram.c:64: définitions multiples de « free_ram2 »
freeram.c.o:freeram.c:64: défini pour la première fois ici
Nanpy/freeram.c.o: dans la fonction « free_ram3 »:
/usr/share/arduino/libraries/Nanpy/freeram.c:64: définitions multiples de « free_ram3 »
freeram.c.o:freeram.c:64: défini pour la première fois ici
Nanpy/ArduinoClass.cpp.o: dans la fonction « nanpy::ArduinoClass::elaborate(nanpy::MethodDescriptor*) »:
@Vincent14
Vincent14 / gist:00efc86a1a570da73c2f
Last active August 29, 2015 14:01
Nanpy error in Arduino 1.5.6-r2
BaseClass.h: In member function ‘void nanpy::ObjectsManager<T>::elaborate(nanpy::MethodDescriptor*) [with T = DHT]’:
Nanpy.ino:110: instantiated from here
BaseClass.h:27: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
BaseClass.h: In member function ‘void nanpy::ObjectsManager<T>::elaborate(nanpy::MethodDescriptor*) [with T = CapacitiveSensor]’:
Nanpy.ino:110: instantiated from here
BaseClass.h:27: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
BaseClass.h: In member function ‘void nanpy::ObjectsManager<T>::elaborate(nanpy::MethodDescriptor*) [with T = LiquidCrystal_I2C]’:
Nanpy.ino:110: instantiated from here
BaseClass.h:27: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
BaseClass.h: In member function ‘void nanpy::ObjectsManager<T>::ela