Skip to content

Current limit #3

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);

}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions