Skip to content

Commit

Permalink
Update to 3.1.403, which supports simulation!
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Jan 31, 2020
1 parent 0ab23a4 commit 2e40d08
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions gen/AHRS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ classes:
methods:
AHRS:
overloads:
SPI::Port:
I2C::Port:
SerialPort::Port:
SPI::Port, uint8_t:
SPI::Port, uint32_t, uint8_t:
I2C::Port, uint8_t:
SerialPort::Port, AHRS::SerialDataType, uint8_t:
frc::SPI::Port:
frc::I2C::Port:
frc::SerialPort::Port:
frc::SPI::Port, uint8_t:
frc::SPI::Port, uint32_t, uint8_t:
frc::I2C::Port, uint8_t:
frc::SerialPort::Port, AHRS::SerialDataType, uint8_t:
GetPitch:
GetRoll:
GetYaw:
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ base_package = "navx"
artifact_id = "navx-cpp"
group_id = "com.kauailabs.navx.frc"
repo_url = "https://repo1.maven.org/maven2"
version = "3.1.400"
version = "3.1.403"
use_sources = true
sources = [
"AHRS.cpp",
Expand All @@ -23,6 +23,7 @@ sources = [
"RegisterIOMau.cpp",
"RegisterIOSPI.cpp",
"SerialIO.cpp",
"SimIO.cpp"
]

[tool.robotpy-build.wrappers."navx"]
Expand Down

0 comments on commit 2e40d08

Please sign in to comment.