|
@@ -4,6 +4,15 @@ Changelog {#changelog}
|
4
|
4
|
Here's a list summarizing some of the key undergoing changes to our library
|
5
|
5
|
from earlier versions:
|
6
|
6
|
|
|
7
|
+### v0.6.1
|
|
8
|
+
|
|
9
|
+ * Fixed library build process for different configurations across multiple
|
|
10
|
+ environments reported by users.
|
|
11
|
+ * Fixed multiple GFX library header clash and improved SSD1351 compatibility
|
|
12
|
+ by changing SPI mode
|
|
13
|
+ * Added Node and Python array typemaps for nrf24l01
|
|
14
|
+ * Added 2 new JAVA examples
|
|
15
|
+
|
7
|
16
|
### v0.6.0
|
8
|
17
|
|
9
|
18
|
* Introduced C++ Interfaces for several sensor categories that will help
|