From 728c8d900df5bc056da3fb1f10d6948638aeed79 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 28 Sep 2019 21:16:48 -0600 Subject: [PATCH] Add link to PECI docs --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.c b/src/main.c index 27d0994..e62ad0e 100644 --- a/src/main.c +++ b/src/main.c @@ -43,6 +43,8 @@ void init(void) { kbscan_init(); //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);