hyped-2018 icon indicating copy to clipboard operation
hyped-2018 copied to clipboard

SpaceX Hyperloop Pod Competition 2018

Results 1 hyped-2018 issues
Sort by recently updated
recently updated
newest added

Someone please fix these compiler warnings: ```gcc src/utils/io/i2c.cpp: In member function ‘void hyped::utils::io::I2C::read(uint32_t, uint8_t*, uint16_t)’: src/utils/io/i2c.cpp:94:7: warning: unused variable ‘ret’ [-Wunused-variable] int ret = i2c::readHelper(fd_, rx, len); ^ src/utils/io/i2c.cpp: In...

enhancement