Library for MAX31850 thermocouple temperature sensor

Embed: (wiki syntax)

« Back to documentation index

node Struct Reference

node Struct Reference

The Linked List structure. More...

#include <LinkedList.h>

Data Fields

void * data
struct nodenext

Detailed Description

The Linked List structure.

Definition at line 33 of file LinkedList.h.


Field Documentation

void* data

pointer to list member data

Definition at line 35 of file LinkedList.h.

struct node* next

pointer to the next list member

Definition at line 36 of file LinkedList.h.