kopia lustrzana https://github.com/pimoroni/pimoroni-pico
9 wiersze
126 B
C++
9 wiersze
126 B
C++
|
#pragma once
|
||
|
|
||
|
#include "../../drivers/ltp305/ltp305.hpp"
|
||
|
|
||
|
namespace pimoroni {
|
||
|
|
||
|
typedef LTP305 BreakoutDotMatrix;
|
||
|
}
|