|
LibTiePie
0.4.2
Library for interfacing TiePie engineering instruments
|
Functions | |
| double | I2CGetSpeed (TpDeviceHandle_t hDevice) |
| Get the current I2C bus frequency. | |
| double | I2CGetSpeedMax (TpDeviceHandle_t hDevice) |
| Get the maximum I2C bus frequency. | |
| double | I2CSetSpeed (TpDeviceHandle_t hDevice, double dSpeed) |
| Set the I2C bus frequency. | |
| double I2CGetSpeed | ( | TpDeviceHandle_t | hDevice | ) |
| double I2CGetSpeedMax | ( | TpDeviceHandle_t | hDevice | ) |
Get the maximum I2C bus frequency.
| hDevice | A device handle. |
| double I2CSetSpeed | ( | TpDeviceHandle_t | hDevice, |
| double | dSpeed | ||
| ) |
Set the I2C bus frequency.
| hDevice | A device handle. |
| dSpeed | The requested bus frequency in Hz. |