2.32.9
This commit is contained in:
parent
d3470593f6
commit
74572e110d
|
@ -40,16 +40,20 @@
|
|||
#include "U8x8lib.h"
|
||||
|
||||
#ifdef ARDUINO
|
||||
|
||||
#ifdef U8X8_HAVE_HW_SPI
|
||||
#include <SPI.h>
|
||||
#endif
|
||||
|
||||
#ifdef U8X8_HAVE_HW_I2C
|
||||
#ifdef U8X8_HAVE_HW_I2C_TEENSY3
|
||||
#include <i2c_t3.h>
|
||||
#else
|
||||
#include <Wire.h>
|
||||
#endif
|
||||
#endif
|
||||
# ifdef U8X8_HAVE_HW_I2C_TEENSY3
|
||||
# include <i2c_t3.h>
|
||||
# else
|
||||
# include <Wire.h>
|
||||
# endif
|
||||
#endif /* U8X8_HAVE_HW_I2C */
|
||||
|
||||
#endif /* ARDUINO */
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
# without 'v' prefix
|
||||
echo -n "2.32.8"
|
||||
echo -n "2.32.9"
|
||||
|
|
Loading…
Reference in New Issue