Skip to content

Commit 9bd270e

Browse files
authored
Update README.md
1 parent 08146ae commit 9bd270e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ Why? Because on many embedded boards std lib is simply not available, and on oth
88

99
Btree list has been expanded upon and broken out from IoAbstraction, as such it has been battle tested in IoAbstraction and TcMenu. Btree list unlike CircularBuffer should not be used across threads. It is safe within tasks on TaskManager.
1010

11-
## Questions and discussions
11+
## Questions and more documentation
1212

1313
You can ask questions either in the discussions section of this repo, or using the Arduino forum. We generally answer most questions, but the rules of engagement are: **this is my hobby, I make it available because it helps others**. Don't expect immediate answers, make sure you've recreated the problem in a simple sketch that you can send to me. Please consider making at least a one time donation using the sponsor link if we do help you out.
1414

1515
* Discussions section of this git repo (available from top menu of github page).
1616
* [Arduino discussion forum](https://forum.arduino.cc/) where questions can be asked, please tag me using `@davetcc`.
1717
* [Legacy discussion forum probably to be made read only soon](https://www.thecoderscorner.com/jforum/).
18-
18+
* https://www.thecoderscorner.com/products/arduino-libraries/simple-collections/
1919

2020
## Installation for Arduino IDE
2121

0 commit comments

Comments
 (0)