eclipse / upm

UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs.
MIT License
661 stars 410 forks source link

jsupm_jhd1313m1 install fails on hd44780_bits.h #662

Open teuteuguy opened 6 years ago

teuteuguy commented 6 years ago

../jhd1313m1_c.c:36:26: fatal error: hd44780_bits.h: No such file or directory

include "hd44780_bits.h"

                      ^

compilation terminated.

Propanu commented 6 years ago

Hi @teuteuguy, you'll need to provide additional details for us to be able to help with this. The header is in the dependent lcm1602 module and should be found by CMake automatically during the build. If you see while compiling an example, make sure the dependencies lcm1602 and utilities-c are also installed along with jhd1313m1.

Propanu commented 6 years ago

Are you still having issues with this?