Explorar el Código

credit for Buzz

thanks Buzz!
Andrew Tridgell hace 3 años
padre
commit
9d704c29ce
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      README.md
  2. 1 0
      RemoteIDModule/DroneCAN.cpp

+ 1 - 0
README.md

@@ -80,6 +80,7 @@ Many thanks to the great work by:
  - OpenDroneID: https://github.com/opendroneid/
  - Steve Jack: https://github.com/sxjack/uav_electronic_ids
  - Roel Schematics: https://bluemark.io/
+ - David Buzz: ESP32 CAN and bluetooth drivers
 
 This firmware builds on their work.
 

+ 1 - 0
RemoteIDModule/DroneCAN.cpp

@@ -1,5 +1,6 @@
 /*
   DroneCAN class for handling OpenDroneID messages
+  with thanks to David Buzz for ArduPilot ESP32 HAL
  */
 #include <Arduino.h>
 #include "version.h"