[docs] typo in readme

This commit is contained in:
giuliof 2019-06-23 16:19:58 +02:00
parent 6208a8f16b
commit a85433d82d
1 changed files with 3 additions and 3 deletions

View File

@ -59,9 +59,9 @@ nRF24L01 registers (i.e. tx/rx addresses) can be reprogrammed pressing programmi
## How To
⋅⋅⋅ Make the PCB and solde it (I have a protoboard version too);
⋅⋅⋅ Obtain an AVR programmer (usbasp or Arduino as ISP)
⋅⋅⋅ Compile the code:
1. Make the PCB and solde it (I have a protoboard version too);
2. Obtain an AVR programmer (usbasp or Arduino as ISP)
3. Compile the code:
* install `gcc-avr` `avr-libc` `avrdude`;
* move in code directory;
* type `make`;