We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I have this driver:
https://github.com/intel-iot-devkit/upm/blob/master/src/smartdrive/smartdrive.hpp
https://github.com/intel-iot-devkit/upm/blob/master/src/smartdrive/smartdrive.cxx
androidthings/contrib-drivers#70
My intention is to transpose this driver to use it on rapsberry pi 3/SmartDrive and command my 2 car windshield motors using android things
I know the first thing is remove upm/mraa libs from the .hpp and .cxx files above, and my questions is:
1 - What is the best way to do this? (already preparing for the creation of a * .h file that will be used below:)
libandroidthings/ ${ABI}/ include/ pio/ *.h lib/ libandroidthings.so
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I have this driver:
https://github.com/intel-iot-devkit/upm/blob/master/src/smartdrive/smartdrive.hpp
https://github.com/intel-iot-devkit/upm/blob/master/src/smartdrive/smartdrive.cxx
androidthings/contrib-drivers#70
My intention is to transpose this driver to use it on rapsberry pi 3/SmartDrive and command my 2 car windshield motors using android things
I know the first thing is remove upm/mraa libs from the .hpp and .cxx files above, and my questions is:
1 - What is the best way to do this? (already preparing for the creation of a * .h file that will be used below:)
libandroidthings/
${ABI}/
include/
pio/
*.h
lib/
libandroidthings.so
The text was updated successfully, but these errors were encountered: