Go to the source code of this file.
Functions | |
int | kbot_SetProcVCore (unsigned int voltage) |
int | kbot_SetLeds (unsigned char value) |
This module contains all support for the KoreBot board
Support for the KoreBot board
Definition in file kbot.c.
int kbot_SetLeds | ( | unsigned char | value | ) |
This function changes the leds connected to I²C on the KoreSDK.
Definition at line 81 of file kbot.c.
References KNET_BUS_ANY, knet_close(), and knet_open().
int kbot_SetProcVCore | ( | unsigned int | voltage | ) |
This function changes the VCore voltage of the processor.
voltage | required ![]() |
Formula used to calculate the Vdac voltage:
,
,
,
Definition at line 52 of file kbot.c.
References KB_ERROR, KB_ERROR_OUTOFRANGE, LTC1663_BG, and ltc1663_SendCommand().