Closed DrewBrandt closed 4 months ago
This folder is required for sub folders to properly build. It is the same in the Arduino IDE. This is likely the reason you had to include the .cpp files in the library headers.
See https://arduino.github.io/arduino-cli/1.0/library-specification/#layout-of-folders-and-files
Also fixed any remaining compilation errors. The same src fix should be implemented in the Kalman Filter repo.
Also added BlinkBuzz functionality.
This folder is required for sub folders to properly build. It is the same in the Arduino IDE. This is likely the reason you had to include the .cpp files in the library headers.
See https://arduino.github.io/arduino-cli/1.0/library-specification/#layout-of-folders-and-files
Also fixed any remaining compilation errors. The same src fix should be implemented in the Kalman Filter repo.
Also added BlinkBuzz functionality.