Gregfox151
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created can't get "machine" to run
I've tried many “fixes” and spent many hours to get machine to work on my pycharm. including "pip install machine", adding it via Python interpreter, etc. etc.Here is what I always get:C:\M_Python\... -
Created Cand fine/install machine win11 pycharm
Hi, in my program I have:from machine import Pin, I2Cfrom ssd1306 import SSD1306_I2Cfrom encoder import Encoderssd1306 and encoder are ok but machinehas an error:Traceback (most recent call last): ...