gpio: modernize client api instead of doing it the lazy way

This commit is contained in:
Michael Scire
2020-10-27 15:35:38 -07:00
parent 22fb4ff095
commit e3900de6c0
8 changed files with 347 additions and 46 deletions

View File

@@ -16,5 +16,7 @@
#pragma once
#include <stratosphere/gpio/gpio_types.hpp>
#include <stratosphere/gpio/sf/gpio_sf_i_pad_session.hpp>
#include <stratosphere/gpio/sf/gpio_sf_i_manager.hpp>
#include <stratosphere/gpio/gpio_api.hpp>
#include <stratosphere/gpio/gpio_pad_api.hpp>