1-Wire® library for mbed. Complete 1-Wire library that supports our silicon masters along with a bit-bang master on the MAX32600MBED platform with one common interface for mbed. Slave support has also been included and more slaves will be added as time permits.

Dependents:   MAXREFDES131_Qt_Demo MAX32630FTHR_iButton_uSD_Logger MAX32630FTHR_DS18B20_uSD_Logger MAXREFDES130_131_Demo ... more

Embed: (wiki syntax)

« Back to documentation index

array< T, N > Class Template Reference

array< T, N > Class Template Reference

Generic array class similar to std::array. More...

#include <array.h>

Static Public Attributes

static const size_type csize = N
 Alternative to size() when a constant expression is required.

Detailed Description

template<typename T, size_t N>
class OneWire::array< T, N >

Generic array class similar to std::array.

Definition at line 46 of file array.h.


Field Documentation

const size_type csize = N [static]

Alternative to size() when a constant expression is required.

Definition at line 89 of file array.h.