Add more examples, trim documentation. (#44)

pull/1/head
M-A 10 years ago committed by GitHub
parent 8bca85318d
commit 01b45ab697

@ -67,7 +67,9 @@ func main() {
} }
``` ```
See more examples at [doc/apps/SAMPLES.md](doc/apps/SAMPLES.md)! ### Samples
See [doc/apps/SAMPLES.md](doc/apps/SAMPLES.md) for more examples.
## Contributions ## Contributions

@ -45,4 +45,10 @@
// //
// Please see documentation of package periph/host/rpi for details on how to set // Please see documentation of package periph/host/rpi for details on how to set
// it up. // it up.
//
// Hardware
//
// A good device is the VS1838. Then you need device driver for hardware
// accelerated signal decoding, that lircd will then leverage to decode the
// keypresses.
package lirc package lirc

Loading…
Cancel
Save