simulavr  1.1.0
pin.h File Reference
#include <cstddef>
#include <vector>
#include "pinnotify.h"

Go to the source code of this file.

Classes

class  IOReg< P >
 IO register to be specialized for a certain class/hardware. More...
 
class  AnalogSignalChange
 
class  AnalogValue
 Implements "real" analog value as float. More...
 
class  Pin
 Pin class, handles input and output to external parts. More...
 
class  PortPin
 Pin class for HWPort, a special pin with override functionality for output stage. More...
 
class  OpenDrain
 Open drain Pin class, a special pin with open drain behavior. More...
 

Macros

#define REL_FLOATING_POTENTIAL   0.55
 

Macro Definition Documentation

◆ REL_FLOATING_POTENTIAL

#define REL_FLOATING_POTENTIAL   0.55

Definition at line 37 of file pin.h.

Referenced by AnalogValue::getA().