sunfounder / SunFounder_PiCar

GNU General Public License v2.0
34 stars 75 forks source link

Fixed some typos and integer division inside of function #13

Open alexmason97 opened 1 year ago

alexmason97 commented 1 year ago

Hello,

I made some recent modifications to this repo that could be added to the master branch.

Here is a list of the changes:

In file PCA9685.py a) Fixed a typo for print statement with "Resetting" b) Fixed a typo for spelling from "Conneceted" to "Connected" c) Fixed typos in a print statement for the misspelling of "Weird" and changed "Stills" to "Persists" d) Adjusted the map function to return an integer by typecasting the return value as int to avoid floating-type division for Python3

In the README.md file: a) Changed to README.md to fix "wa rranty" to "warranty" without the space

Thanks