9 years, 8 months ago.

Help!

When I get error 5 it says that I can fix it. When I click the 'Fix It!' Button it says that no suitable libraries could be found on mbed.org. What should I do?

Question relating to:

What is the exact error? What #include lines do you have in your files? What libraries have you included in the project? If you're getting an error that it can't find a file it helps tell us what file it's looking for.

posted by Andy A 14 Aug 2014
  1. include ""PE_Types.h&quot" that is the line where it says there is an error.
posted by Ashkan Javanmardy 14 Aug 2014

And why are you including PE_Types.h in your code? Is this some project that you are porting to mbed or a project that was already in the mbed system? Posting the code would make it a lot easier to help you.

posted by Andy A 14 Aug 2014

I got the project off another website but I do not know wether it was ported to mbed or wether it was already in the system.

posted by Ashkan Javanmardy 14 Aug 2014

Could you tell me where to find a simple template for the arduino motor shield? I cant seem to find any good ones. Im new to coding (I started a few days ago) so im not that good.

posted by Ashkan Javanmardy 14 Aug 2014

Well a search on this site for Motor Shield shows up http://mbed.org/users/piniels/code/ArduinoMotorShield/ together with lots of other variants.

posted by Andy A 14 Aug 2014
Be the first to answer this question.