Skip to content

Commit

Permalink
Some commands take some time, added delay
Browse files Browse the repository at this point in the history
  • Loading branch information
matematik7 committed Dec 8, 2013
1 parent c617029 commit a9a5767
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lcds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ void avr_cpp_lib::LCDS::enableToggle() {
void avr_cpp_lib::LCDS::command(uint8_t c) {
rs.clear();
send(c);
_delay_ms(2);
}

void avr_cpp_lib::LCDS::character(uint8_t c) {
Expand Down

0 comments on commit a9a5767

Please sign in to comment.