PicoLC Arduino Library
Arduino library for PicoLC hardware
Toggle main menu visibility
Loading...
Searching...
No Matches
PicoLCStorage.cpp
1
#include "PicoLC.h"
2
3
#include "PicoLCStorage.h"
4
5
PicoLCStorage::PicoLCStorage() {}
6
size_t
PicoLCStorage::length()
const
{
return
4096; }
7
uint8_t PicoLCStorage::read(uint32_t)
const
{
return
0; }
8
bool
PicoLCStorage::write(uint32_t, uint8_t) {
return
false
; }
9
bool
PicoLCStorage::update(uint32_t, uint8_t) {
return
false
; }
10
bool
PicoLCStorage::read(uint32_t,
void
*,
size_t
)
const
{
return
false
; }
11
bool
PicoLCStorage::write(uint32_t,
const
void
*,
size_t
) {
return
false
; }
src
storage
PicoLCStorage.cpp
Generated by
1.17.0