gpt4 book ai didi

c++ - 如何使用 LiquidCrystal 在 Arduino 中创建我自己的库?

转载 作者:行者123 更新时间:2023-11-28 04:03:43 25 4
gpt4 key购买 nike

<分区>

我正在尝试将 LiquidCrystal 库重写为 MyLiquidCrystal,但到目前为止我遇到了这个错误:cpp:25: 未定义对“MyLiquidCrystal 的 vtable”的引用。在网上查到库需要有析构函数才导致这个错误,但是官方库没有显式析构函数。我该怎么做才能解决这个错误?这是我的 cpp 代码:https://pastebin.com/q8Ew8mUp这是我的 h 代码:https://pastebin.com/Gq23Pixq这是我在 Arduino 中运行的简单代码:

#include <MyLiquidCrystal.h>


MyLiquidCrystal lcd(12, 11, 10, 5, 4, 3, 2);

void setup()
{
lcd.begin(16,1);
lcd.print("hello, world!");
}

void loop() {}

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com