You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Constructor does not check anymore if class instance is already allocated (as it supposedly isn't)
15
+
- Added sizeOf inline to check full queue size in byte (may also be used to check if queue has been allocated properly)
15
16
- Adding support for unit tests and doxygen documentation generation with Travis CI (using travis-ci-arduino from adafruit before custom bash files needed)
16
17
- Travis bash scripts found in SMFSW travis-ci-arduino forked repository
17
18
- Removed Doxygen anchor with version in source headers
@@ -27,7 +28,7 @@ v1.4 21 November 2017:
27
28
- Added const qualifier for function parameters
28
29
29
30
v1.3 12 July 2017:
30
-
-#2 fix for esp8266: reanamed cpp/h files : header name already used in compiler sys includes
31
+
-#2 fix for esp8266: renamed cpp/h files : header name already used in compiler sys includes
31
32
- examples updated with new header file name (cppQueue.h)
32
33
- comply with Arduino v1.5+ IDE source located in src subfolder
0 commit comments