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.
¿El programa corre en todas las tarjetas?
El programa no corre con tarjeta nucleo 446 me envia el siguiente error
Question relating to:
1 Answer
6 years, 8 months ago.
Hi Juan,
You're missing a main() section, i.e. your application/program.
Here's an example program for TSL2561 - https://os.mbed.com/users/anhnt2407/code/TSL2561_Light_sensor/. You should try to import this as a program, not library.
Hope this helps.
Cheers,
Mihail