s/provded/provided/

This commit is contained in:
Jérôme Andrieux 2014-05-07 11:07:34 +02:00
parent 877cd9d5e4
commit 5e723f127d
1 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ Gobot has a extensible system for connecting to hardware devices. The following
Support for many devices that use General Purpose Input/Output (GPIO) have
a shared set of drivers provded using the cylon-gpio module:
a shared set of drivers provided using the cylon-gpio module:
- [GPIO](https://en.wikipedia.org/wiki/General_Purpose_Input/Output) <=> [Drivers](https://github.com/hybridgroup/gobot-gpio)
- Analog Sensor
@ -113,7 +113,7 @@ a shared set of drivers provded using the cylon-gpio module:
- Servo
Support for devices that use Inter-Integrated Circuit (I2C) have a shared set of
drivers provded using the gobot-i2c module:
drivers provided using the gobot-i2c module:
- [I2C](https://en.wikipedia.org/wiki/I%C2%B2C) <=> [Drivers](https://github.com/hybridgroup/gobot-i2c)
- BlinkM