1
0
Fork 0
forked from len0rd/rockbox

hwstub: add stmp i2c code

Change-Id: I6787e682a9e22cb34e6d94d25bf68d7575d784c4
This commit is contained in:
Amaury Pouly 2013-09-25 14:17:47 +02:00
parent b181c4963e
commit f46ff0f076
2 changed files with 76 additions and 0 deletions

View file

@ -76,4 +76,5 @@ if STMP.info.chip ~= nil then
require "stmp/lcdif"
require "stmp/pwm"
require "stmp/clkctrl"
require "stmp/i2c"
end