Go to the documentation of this file.
24 #ifndef VIVICORE_SERIAL_VERSION_H
25 #define VIVICORE_SERIAL_VERSION_H
27 #define LIBRARY_VER_BUILD_NO (0x0013)
29 #if defined(MIN_LIBRARY_VER_BUILD_NO)
30 # if MIN_LIBRARY_VER_BUILD_NO > LIBRARY_VER_BUILD_NO
32 "Your ino code requires later version's VivicoreSerial library than your using one. Please update the library."