Forgot comment in last commit.

This commit is contained in:
Stephen Anthony 2020-07-30 13:35:16 -02:30
parent c171783695
commit cb624ef424
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ bool AtariVox::read(DigitalPin pin)
switch(pin)
{
// Pin 2: SpeakJet READY
// CTS enabled means the SpeakJet can accept more data
case DigitalPin::Two:
{
return setPin(pin, mySerialPort->isCTS());