Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 8 months ago.
Uploading folder from local pc to mbed compiler webpage:
Course professor gave a folder with skeleton code which is to be edited, upload to the mbed device and then ran. My question is: how do I upload the modified files, located on my local pc, to the mbed compiler website, where I have a folder ready for this transfer-of-files purpose.
1 Answer
6 years, 8 months ago.
Hello Victor,
- Pack your folder with the skeleton code into a
.zipfile on you local drive. - In the online compiler right-click on your target program and in the local menu select
Import Library ...and thenFrom Import Wizard .... - Proceed to the
Uploadtab and click on the 'Add file:'Browse ...button located at the bottom-left corner. - Navigate to the
zipfile and select it. - Click on the
Openbutton . Consequently the file will be added to theList of local files to import to your workspace. - Select the
zipfile on the list and then click on theImport!button located in the top-right corner.