Soldered SD Card Arduino Library 1.0.0
Easily read and write files to and form the SD card breakout! A fork of the original SDFat library by Bill Greiman.
Loading...
Searching...
No Matches
RingBuf.h File Reference

Ring buffer for data loggers. More...

Go to the source code of this file.

Classes

class  RingBuf< F, Size >
 Ring buffer for data loggers. More...
 

Functions

bool is_aligned (const void *ptr, uintptr_t alignment)
 
void memcpyBuf (void *dst, const void *src, size_t len)
 

Detailed Description

Ring buffer for data loggers.

Function Documentation

◆ is_aligned()

bool is_aligned ( const void *  ptr,
uintptr_t  alignment 
)
inline

◆ memcpyBuf()

void memcpyBuf ( void *  dst,
const void *  src,
size_t  len 
)
inline