logicFamily()

[Circuit Interface]
void logicFamily(unsigned short family);

Description

Set the generic family electronic standard for the Custom Element.

Parameters

family: TTL, or CMOS.

Returns

Nothing.

Example Code

The code sets the logic family for the chip to TTL.

void setup() {
   logicFamily(TTL);
}

void loop() {}

Notes and Warnings

By default, the family is set to CMOS.