Missing version.h file in Arduino NIBOburger library Version 3.6
Brought to you by:
springob
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