Skip to content

Instantly share code, notes, and snippets.

View jprusakiewicz's full-sized avatar

Jakub Prusakiewicz jprusakiewicz

View GitHub Profile
@jprusakiewicz
jprusakiewicz / arduino_audi_cdc.ino
Created February 19, 2023 18:57 — forked from chemicstry/arduino_audi_cdc.ino
Audi Concert Radio CDC protocol for arduino
// works also with ATMEGA8 - tested
// SPI PINS used for transfer from CDCemulator to RADIO:
// MOSI (arduino pin 11) -> DataIN
// CLK (arduino pin 13) -> CLK
#include <SPI.h>
//#include <SoftwareSerial.h>
#define PREV 9 //PB1,pin 15
#define PLAY 5 //PD5, pin 11
@jprusakiewicz
jprusakiewicz / README.md
Created June 5, 2022 10:53 — forked from developius/README.md
Setup SSH keys for use with GitHub/GitLab/BitBucket etc

Create a new repository, or reuse an existing one.

Generate a new SSH key:

ssh-keygen -t rsa -C "[email protected]"

Copy the contents of the file ~/.ssh/id_rsa.pub to your SSH keys in your GitHub account settings (https://github.com/settings/keys).

Test SSH key: