Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
fixed fpga compilation problem
Browse files Browse the repository at this point in the history
  • Loading branch information
maxosprojects committed Jun 19, 2016
1 parent 8720d5a commit 93a67ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions firmware/src/fpga/fpga.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,11 @@ void valveOff() {
PORTL &= ~(1<<PL6);
}

void updateAccels() {
// Do nothing. It is not possible to read original accelerometers on FPGA board after
// Arduino finished booting.
}

void setupBoard() {
//---=== Power-on sequence ===---
// 1. FPGA_ENABLE_PIN = LOW, FPGA_COMMAND_PIN = LOW
Expand Down

0 comments on commit 93a67ce

Please sign in to comment.