-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
[dependencies]
hd44780-driver = "0.4.0"
#![no_std]
#![no_main]
use esp_backtrace as _;
use esp_hal::{
clock::ClockControl, delay::Delay, gpio::Io, i2c::I2C, peripherals::Peripherals, prelude::*, system::SystemControl,
};
use hd44780_driver::{memory_map::MemoryMap1602, setup::DisplayOptionsI2C, HD44780};
use log::{error, info};use hd44780_driver::{memory_map::MemoryMap1602, setup::DisplayOptionsI2C, HD44780};
| ^^^^^^^^^^ ^^^^^ could not find `setup` in `hd44780_driver`
| |
| could not find `memory_map` in `hd44780_driver`
Metadata
Metadata
Assignees
Labels
No labels