瀏覽代碼

T4 Wire defines for IIMPLEMENT...

Added defines like we have for T3.x/LC
That it implements Wire, Wire1, Wire2,

So that programs that care can build using without having to special case T4
main
Kurt Eckhardt 4 年之前
父節點
當前提交
8592d6d3ca
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      WireIMXRT.h

+ 3
- 0
WireIMXRT.h 查看文件

@@ -34,6 +34,9 @@

#define BUFFER_LENGTH 32
//#define WIRE_HAS_END 1
#define WIRE_IMPLEMENT_WIRE
#define WIRE_IMPLEMENT_WIRE1
#define WIRE_IMPLEMENT_WIRE2

class TwoWire : public Stream
{

Loading…
取消
儲存