10 years, 7 months ago.

Mbuino

How do you connect to the PINOUT and use a Breadboard with it sorry I'm new,. like with Arduino.

Question relating to:

1 Answer

10 years, 7 months ago.

For a digital output the syntax is:

DigitalOut myOutput(PIN_NAME)

You then set them high or low with myOutput = 0; or myOutput = 1;

where PIN_NAME is the name indicated on the back of the mBuino replacing the . with an _ e.g. P0_9 for the pin furthest from the USB connector. You can also see the pin names on the image on this page: http://developer.mbed.org/platforms/Outrageous-Circuits-mBuino/

There are also aliases defined for the pins used for the LEDs, LED1 - LED7 will give you the 7 LEDs.

Accepted Answer

Thank you so much I got it working in new to MC's so I appreciate the help in greeting into this, I started arduino them saw this on kick starter. The next step is learning the begalbone black and connecting the two, any tips on resources? Any other aliases I should study?

posted by Marciano Cuellar 10 Mar 2015