i2c: add register acccessor helpers

This commit is contained in:
Michael Scire
2020-11-09 17:34:47 -08:00
parent b9c5dab18a
commit eade15b34e
6 changed files with 250 additions and 0 deletions

View File

@@ -28,3 +28,4 @@
#include <stratosphere/i2c/driver/impl/i2c_i2c_session_impl.hpp>
#include <stratosphere/i2c/i2c_api.hpp>
#include <stratosphere/i2c/i2c_bus_api.hpp>
#include <stratosphere/i2c/i2c_register_accessor.hpp>