Guide

1/12/2018 mbed Starter Kit Experiment Guide - learn.sparkfun.com
https://learn.sparkfun.com/tutorials/mbed-starter-kit-experiment-guide/all 46/65
There is no installation process, so just copy putty.exe to some place you will remember, such as your desktop.
Additionally, we need to install a Serial Port driver if you are on Windows. Navigate to mbed’s Windows serial configuration page and download the latest driver.
Double click the downloaded file and follow the on-screen instructions to install the driver.
Mac OS X
Good news! If you are on a Mac, you already have the necessary serial drivers and program. We will be using the screen command.
Linux
Just like Mac, you should have the serial driver and tools already installed. If not, look into getting screen or another serial console tool.
If you need to install screen, see this guide for yum or this guide for apt-get.
Libraries
Navigate to the mbed.org, login, and navigate to your Compiler.
Create a new program with the “Blinky LED Hello World” template. Name it something like “temp_logging.”
Navigate to the following pages and import each library into your “temp_logging” program.
SDFileSystem
The SDFileSystem library should appear in your temp_logging project.
Program
Click on “main.cpp” in your project, remove the template code, and copy in the following code.