Skip to content

Middleware for controlling hardware from Robomaster and other vendors

License

Notifications You must be signed in to change notification settings

anaValeria098/owlware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Owlware = Owltech Middleware

This repo contains all the necessary low level-ish software to communicate the STM32 HAL and application code for FreeRTOS, controlling Robomaster and some GoBilda hardware.

When to use C/C++ for the class I want to create?

Try to use C++ for all you can. The only reason why we use C, is for the compatibility of the HAL interface.

Tho, we know some functions might not be so transparent to convert into classes, then it is valid to use functional programming in C.

About

Middleware for controlling hardware from Robomaster and other vendors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 77.3%
  • C++ 22.3%
  • Makefile 0.4%