Skip to content

README pointing to wrong lines in "Firmware Setup" #21

@bradyjhenry

Description

@bradyjhenry

In step 7 of the 'Firmware Setup' section of the readme, the hyperlink for the sensor array points here:

fsr/fsr.ino

Lines 204 to 209 in 365fed5

for (size_t i = 0; i < num_sensors_; ++i) {
if (individual_states_[i] == SensorState::ON) {
turn_on = true;
break;
}
}

where it should be pointing here:

fsr/fsr.ino

Lines 428 to 433 in 365fed5

Sensor kSensors[] = {
Sensor(A0),
Sensor(A1),
Sensor(A2),
Sensor(A3),
};

not super crucial but could be confusing

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