FreeRTOS f*ckery
This commit is contained in:
parent
4e45521e52
commit
4e9d7b1334
8 changed files with 122 additions and 13 deletions
|
@ -1,13 +1,13 @@
|
|||
#ifndef __ili9341_H
|
||||
#define __ili9341_H
|
||||
|
||||
#include <f4ll_cpp/singleton.h>
|
||||
#include <f4ll_cpp/strangeton.h>
|
||||
#include <f4ll_cpp/dmahelper.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
namespace f4ll_cpp {
|
||||
|
||||
class Ili9341Fsmc : public Singleton<Ili9341Fsmc>, private DmaHelper
|
||||
class Ili9341Fsmc : public Strangeton<Ili9341Fsmc>, private DmaHelper
|
||||
{
|
||||
public:
|
||||
struct PixelPair {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue