Menu

#2 Missing version.h file in Arduino NIBOburger library Version 3.6

v1.0 (example)
open
nobody
None
5
2017-12-05
2017-12-05
No

I used the version 3.6, tgz file niborobolib_306.tgz from roboter.cc to integrate the NIBOburger library in the Arduino IDE.

At compile time a "version.h" include was missing. I found a version.h file in the NIBO2 library. I copied it and it worked fine.

By the way, there is a couple of compile warnings:

pins_arduino.h change "const static" to "static const"
NIBOburger.cpp unused parmeters
key.c control reaches end of non-void function _key_calc_state
surface.c comparison between signed and unsigned integer and unused static function index2sensors
Arduino.h redefinition of PE

Discussion


Log in to post a comment.