Fixes for smbus

This commit is contained in:
Jeremy Soller
2019-10-01 13:40:29 -06:00
parent a300a5681a
commit b4eeae3bda
4 changed files with 30 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
#include <board/smbus.h>
void smbus_init(void) {
SMB4P7USL = 0x2F;
SMB4P0USL = 0x5A;
SMB300NS = 0x03;
SMB250NS = 0x30;
SMB25MS = 0x19;
SMB45P3USL = 0x5C;
SMB45P3USH = 0x01;
}