This device allows the computer to access the Speedometer!
This is an example of how to access the device.
local d = require("devices")
local gauge = d:find("speedometer")
print(gauge:getSpeed())
Device name: speedometer
getSpeed():number
This method gets the current speed.