Ive only needed to do this for windows, linux worked basically immediately out of the box.
- Settings
- SSH
- Use local ssh agent: yes
- SSH
- Integrations
| https://docs.google.com/presentation/d/1OefcV5-SAYnXD2f3-7hqYl9ny7j_NK_tYFJUqOOUIYw/edit?usp=sharing |
To remove files that are in the repo, but are excluded in .gitignore
git rm -r --cached .
| .device atmega168 | |
| ldi R17,$5 ; Input 1 | |
| ldi R18,$6 ; Input 2 | |
| ldi R16,$0 | |
| loop: SBRC R18,0 | |
| add R16,R17 | |
| lsl R17 | |
| lsr R18 | |
| brne loop |