-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
If you have information on adjusting VRM current limits could you also add those functions or comment here and I can write them myself with your hex values?
ie:
void pic_read_current(unsigned char *current, int fd)
{
pic_send_command(fd);
//printf("\n--- %s\n", __FUNCTION__);
pthread_mutex_lock(&i2c_mutex);
write(fd, Pic_get_current, 1);
read(fd, current, 1);
pthread_mutex_unlock(&i2c_mutex);
usleep(500000);
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels