File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = Queue
4848# could be handy for archiving the generated documentation or if some version
4949# control system is used.
5050
51- PROJECT_NUMBER = 1.10
51+ PROJECT_NUMBER = 1.11
5252
5353# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = Queue
4848# could be handy for archiving the generated documentation or if some version
4949# control system is used.
5050
51- PROJECT_NUMBER = 1.10
51+ PROJECT_NUMBER = 1.11
5252
5353# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 1- # Queue [ ![ Build Status] ( https://travis-ci.com/SMFSW/Queue.svg?branch=master )] ( https://travis-ci.com/SMFSW/Queue )
1+ # Queue [ ![ Build Status] ( https://app. travis-ci.com/SMFSW/Queue.svg?branch=master )] ( https://app. travis-ci.com/SMFSW/Queue )
22
33Queue handling library (designed on Arduino)
44
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ Feel free to share your thoughts @ xgarmanboziax@gmail.com about:
1010
1111** Actual:
1212
13+ v1.11: 18 Dec 2022:
14+ - Include missing stddef.h
15+
1316v1.10: 15 Nov 2022:
1417- SimpleQueueStatic.ino example added
1518- Constructor parameters added to setup a queue from statically allocated data area
Original file line number Diff line number Diff line change 11name =Queue
2- version =1.10
2+ version =1.11
33author =SMFSW <xgarmanboziax@gmail.com>
44maintainer =SMFSW <xgarmanboziax@gmail.com>
55sentence =Queue handling library.
You can’t perform that action at this time.
0 commit comments