Search found 4 matches

by Uthayamurthy
Thu Jan 13, 2022 4:07 pm
Forum: Programs, Libraries and Tools
Topic: install micropython-mcp7940
Replies: 2
Views: 8354

Re: install micropython-mcp7940

Hi Eric,
I think this repo should be useful - https://github.com/mattytrentini/micropython-mcp7940 .
Just download/clone this repo to your pc and copy the mcp7940.py to your esp32. Then follow the readme file for usage.
by Uthayamurthy
Thu Jan 13, 2022 3:58 pm
Forum: Programs, Libraries and Tools
Topic: VS Code Pymar microython
Replies: 9
Views: 38495

Re: VS Code Pymar microython

Yes Roberthh, you are right. That warning should be harmless. But I think there are some special plugins for VS Code to aid micropython development (eg - Micropython IDE, Pymakr). I think there should not be any warnings if such extensions are used, not exactly sure though, since I haven't tried the...
by Uthayamurthy
Thu Jan 13, 2022 3:03 pm
Forum: Programs, Libraries and Tools
Topic: VS Code Pymar microython
Replies: 9
Views: 38495

Re: VS Code Pymar microython

Hi programablearg. May I know how you have configured VS Code for micropython (i.e plugins or anything else.) ?
by Uthayamurthy
Sun Dec 19, 2021 3:26 pm
Forum: Programs, Libraries and Tools
Topic: Configuration File Manager
Replies: 0
Views: 10921

Configuration File Manager

Hello Guys, This is my first post in this forum. For some of my projects, I needed a quick and easy way to store some configuration details and update them without re-sending the entire file to the board. So I wrote the ConfigManager - https://github.com/Uthayamurthy/ConfigManager-Micropython . I ha...