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.
29 lines
454 B
29 lines
454 B
#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:
|
|
|
|
https://www.youtube.com/watch?v=PakbXnLht1I
|
|
|