Skip to content

EK-IT-TEKNOLOG/gpio_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpio_api

Put this app in the ArduinoApps folder and start it with:

arduino-app-cli app start user:gpio_api

Stop using:

arduino-app-cli app stop user:gpio_api

Set as default (so it starts on boot):

arduino-app-cli properties set default user:gpio_api

More usage

Clone the repo into the right folder:

cd ArduinoApps
git clone https://github.com/EK-IT-TEKNOLOG/gpio_api.git

Start the app using the commands above

Clone the python module to use:

cd
git clone https://github.com/EK-IT-TEKNOLOG/uno_machine.git
cd uno_machine

Now write your code. See the test.py as starting point.

Status

Working

  • Pin
  • PWM
  • ADC
  • I2C
  • UART
  • SPI (But it seems like a problem with the uno and not this code)

What is needed?

  • More test
  • Test of DHT11

About

Arduino app to use in tandom with the uno python library (https://github.com/EK-IT-TEKNOLOG/uno_machine)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors