suikan4github / rpp_driver-sample

Sample program for the pico_driver library.
MIT License
1 stars 0 forks source link

Update the include directive. #2

Closed suikan4github closed 3 hours ago

suikan4github commented 3 hours ago

The ongoing development of the rpp_driver renewed the include directive. Now, it needs not only the file name but also the directory.

For example the following directive :

#include "gpiobasic.hpp"

should be updated to :

#include "gpio/gpiobasic.hpp"
suikan4github commented 3 hours ago

This is merged to develop. Ready to release.