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.
21 lines
334 B
21 lines
334 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
|
|
|
|
|