added license block

This commit is contained in:
0x23 2025-08-28 14:29:23 +02:00
parent f17ca0c820
commit fa8882f9da
28 changed files with 187 additions and 0 deletions

View file

@ -1,3 +1,9 @@
// --------------------------------------------------------------------------------------
// This code is a modified version of the MT6835 Driver from the SimpleFOC project
// being distributed under the MIT liscence as well. Thank you SimpleFOC !
// --------------------------------------------------------------------------------------
#include "MT6835_encoder.h"
#include "hardware/spi.h"
#include "hardware/gpio.h"