eclipse / mraa

Linux Library for low speed IO Communication in C with bindings for C++, Python, Node.js & Java. Supports generic io platforms, as well as Intel Edison, Intel Joule, Raspberry Pi and many more.
http://mraa.io
MIT License
1.36k stars 613 forks source link

docs: fix simple typo, repeately -> repeatedly #1046

Closed timgates42 closed 3 years ago

timgates42 commented 3 years ago

There is a small typo in examples/c/pwm.c, examples/c/spi.c.

Should read repeatedly rather than repeately.

Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

tingleby commented 3 years ago

Thanks for the patch!