Add link to PECI docs

This commit is contained in:
Jeremy Soller 2019-09-28 21:16:48 -06:00
parent e9897a321e
commit 728c8d900d
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -43,6 +43,8 @@ void init(void) {
kbscan_init(); kbscan_init();
//TODO: INTC, PECI, PWM, SMBUS //TODO: INTC, PECI, PWM, SMBUS
// PECI information can be found here: https://www.intel.com/content/dam/www/public/us/en/documents/design-guides/core-i7-lga-2011-guide.pdf
} }
struct Pin PWR_SW = PIN(D, 0); struct Pin PWR_SW = PIN(D, 0);