SkyPulse UAV V0.1
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
STM32Thread Class Reference

#include <STM32.h>

Inheritance diagram for STM32Thread:
CppThread

Public Member Functions

 STM32Thread (STM32 &STM32Ins_)
 
- Public Member Functions inherited from CppThread
void start ()
 
void join ()
 

Protected Member Functions

void run () override
 

Constructor & Destructor Documentation

◆ STM32Thread()

STM32Thread::STM32Thread ( STM32 & STM32Ins_)
inline

Member Function Documentation

◆ run()

void STM32Thread::run ( )
overrideprotectedvirtual

This method does all the work of this thread. Overload this abstract function with a real one doing the actual work of this thread.

Implements CppThread.


The documentation for this class was generated from the following file: