Nucleo and adding code to main.py

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
User avatar
Guenther78
Posts: 25
Joined: Fri May 19, 2017 11:48 am

Re: Nucleo and adding code to main.py

Post by Guenther78 » Fri Jun 23, 2017 9:39 am

Point 1:
With a closer look to the rshell readme I know how I could change the files.
Great. I should get used to work with vim, the default editor of my cygwin.

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: Nucleo and adding code to main.py

Post by dhylands » Fri Jun 23, 2017 11:16 pm

You may want to install nano (I'm pretty sure that nano is available under cygwin) and learn that instead. nano is generally much easier to learn than vim. There are a variety of ways to tell rshell which editor to use.

Post Reply