Skip to content

Commit 08146ae

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

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +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-
There is a forum where questions can be asked, 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 above before using the forum.
11+
## Questions and discussions
12+
13+
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.
14+
15+
* Discussions section of this git repo (available from top menu of github page).
16+
* [Arduino discussion forum](https://forum.arduino.cc/) where questions can be asked, please tag me using `@davetcc`.
17+
* [Legacy discussion forum probably to be made read only soon](https://www.thecoderscorner.com/jforum/).
1218

13-
* [TCC Libraries community discussion forum](https://www.thecoderscorner.com/jforum/)
14-
* I also monitor the Arduino forum [https://forum.arduino.cc/], Arduino related questions can be asked there too.
15-
* [More documentation on the thecoderscorner site](https://www.thecoderscorner.com/products/arduino-libraries/simple-collections/)
1619

1720
## Installation for Arduino IDE
1821

0 commit comments

Comments
 (0)