modm API documentation
modm::MemoryBus< PORT, CS, RD, WR > Class Template Reference

#include <modm/driver/bus/tft_memory_bus.hpp>

Static Public Member Functions

static void initialize ()
 
static void write (const uint8_t data)
 
static uint8_t read ()
 

Detailed Description

template<typename PORT, typename CS, typename RD, typename WR>
class modm::MemoryBus< PORT, CS, RD, WR >

8080-style parallel bus made of a parallel PORT, chip select CS, read strobe RD and write strobe WR

Author
Sascha Schade

The documentation for this class was generated from the following file: