diff --git a/README.md b/README.md index 48bbfc0..679608c 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,18 @@ Old version of the workshop docs is in the [v1 folder](./v1/) 1. Register on [mbed.com](https://www.mbed.com/en/) 2. Add hardware to your compiler [here](https://os.mbed.com/platforms/ST-Discovery-F469NI/) -3. Import the [workshop template](https://os.mbed.com/users/stepansnigirev/code/Fidelity_workshop_template/) +3. Import the [workshop template](https://os.mbed.com/users/stepansnigirev/code/workshop_template/) 4. Complete the TODO list -5. Or check out the [complited version](https://os.mbed.com/users/stepansnigirev/code/Fidelity_workshop_completed/) +5. Or check out the [complited version](https://os.mbed.com/users/stepansnigirev/code/workshop_completed/) 6. Start playing with it and Bitcoin Core using command line interface or this simple [web interface](https://github.com/stepansnigirev/minicore) ## Useful notes and references +Libraries for microcontrollers worth mentioning: + +- [littlevgl](https://littlevgl.com/) - nice graphics library for embedded systems +- [qrcode](https://github.com/ricmoo/QRCode) library + Theory: - [mnemonics - bip39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) diff --git a/slides.pdf b/slides.pdf index 28e294e..f806c51 100644 Binary files a/slides.pdf and b/slides.pdf differ