Skip to content

V21 code not using feedback? #4

@tomdertech

Description

@tomdertech

Looking at the Arduino code for the V21, it seems that the feedback is not used?

It only seems to be read in the code and send as a tone to the speaker?

FEEDBACK_value=analogRead(FEEDBACK_pin);
if(sound_flag) tone(SPK_pin,FEEDBACK_value*2,50);

In your videos you show it working, how is it used?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions