10 years, 10 months ago.

Add device

Can I add a device that is not from mbed? Mine is Blueboard LPC1768-H, I don't know if the Compiler can recognise it or not. Thanks!!!

1 Answer

10 years, 10 months ago.

The mbed has a normal LPC1768 without special stuff (like a bootloader). So if you have an LPC1768 mbed you can compile for your blueboard. If not, well then you cannot compile for it :P

You probably have other pins, you can address them all as for example P0_0 (port 0, pin 0). It might also be handy if you do more with it to setup a few simple defines, for example I did it for a mini-dk board here: http://mbed.org/users/frankvnk/code/Mini-DK/file/6816fa47b39e/Mini_DK.h.

Accepted Answer