Skip to content

Commit

Permalink
Remove the display yes feature from the initialization process
Browse files Browse the repository at this point in the history
  • Loading branch information
wxzed committed Jan 7, 2025
1 parent b46e75f commit 7e4a7c2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions huskylens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ namespace huskylens {
export function initI2c(): void {
init();
while(!readKnock());

yes();
}
/**
* HuskyLens change mode algorithm until success.
Expand All @@ -189,7 +187,6 @@ namespace huskylens {
export function initMode(mode: protocolAlgorithm) {
writeAlgorithm(mode, protocolCommand.COMMAND_REQUEST_ALGORITHM)
while(!wait(protocolCommand.COMMAND_RETURN_OK));
yes();
}
/**
* HuskyLens requests data and stores it in the result.
Expand Down

0 comments on commit 7e4a7c2

Please sign in to comment.