Glossary for Arduino Development
- By aeric
This is not a tutorial for B4R. I think a glossary of terms might be useful for beginners to electronics and B4R. So I created my own list in GitHub to record the terms that I find need...
Private Sub AppStart
Serial1.Initialize(115200)
Log("AppStart")
Delay( 1000)...