You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
developpment | 4 years ago | |
stm | 4 years ago | |
temp | 4 years ago | |
training | 4 years ago | |
.gitignore | 4 years ago | |
Readme.md | 4 years ago |
Readme.md
#Things needed for raspi setup bash:
- .vimrc for vim settings
- i2c tools installation
- enable ssh
- enable i2c
#Helpfull Links
for Callbacks
https://embeddedartistry.com/blog/2017/02/01/improving-your-callback-game/
https://cognitivewaves.wordpress.com/callbacks/
for std::bind
https://www.youtube.com/watch?v=JtUZmkvroKg
pImpl idom:
https://www.youtube.com/watch?v=lETcZQuKQBs
Good C++ guide: