adafruit / Adafruit_CircuitPython_PCA9685

Adafruit CircuitPython driver for PCA9685 16-channel, 12-bit PWM LED & servo driver chip.
MIT License
120 stars 64 forks source link

Can pycharm be used as a simulator to run developed programs? #22

Closed DLHoldguy2015 closed 5 years ago

DLHoldguy2015 commented 5 years ago

Currently I use Pycharm to develop code to run on the Raspberry Pi ( R Pi ). Using PUTTY I transfer the code to the R Pi to test.
Is there any way to use Pycharm to test this code before I transfer it to the R Pi?

ladyada commented 5 years ago

nope, we cant simulate hardwaer, you need to run this code directly on a pi :)

DLHoldguy2015 commented 5 years ago

Thanks for the response.