Matthew Deitsch

Head of Retention at Takedown Sportswear

Matthew Deitsch has worked at several companies in various roles. In 2022, they began working at Takedown INC as the Head of Retention. In 2021, they became the Email Marketing Director at 4Media Marketing. In 2020, they worked at CHA Consulting, Inc. as a Survey Technician. From 2018 to 2016, they worked at East Lake Golf Club as a Caddie and at The Standard Club as an Outside Operations Assistant Manager. In 2016, they also worked at Urban Escape Games as a Game Manager.

/*

* Copyright (c) 2018-2020 Atmosphère-NX

*

* This program is free software; you can redistribute it and/or modify it

* under the terms and conditions of the GNU General Public License,

* version 2, as published by the Free Software Foundation.

*

* This program is distributed in the hope it will be useful, but WITHOUT

* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for

* more details.

*

* You should have received a copy of the GNU General Public License

* along with this program. If not, see <http://www.gnu.org/licenses/>.

*/

#pragma once

#include <vapours.hpp>

#include <stratosphere/sf.hpp>

#include <stratosphere/gpio/gpio_types.hpp>

namespace ams::gpio::driver::board::nintendo_nx {

constexpr inline size_t GpioPinCount = 7;

constexpr inline PinId GpioPins[GpioPinCount] = {

PinId_Gpio0,

PinId_Gpio1,

PinId_Gpio2,

PinId_Gpio3,

PinId_Gpio4,

PinId_Gpio5,

PinId_Gpio6,

};

constexpr inline size_t GpioInterruptCount = 7;

constexpr inline InterruptId GpioInterrupts[GpioInterruptCount] = {

InterruptId_Gpio0,

InterruptId_Gpio1,

InterruptId_Gpio2,

InterruptId_Gpio3,

InterruptId_Gpio4,

InterruptId_Gpio5,

InterruptId_Gpio6,

};

constexpr inline size_t GpioInterruptIndexTable[GpioPinCount] = {

0,

1,

Links

Timeline

  • Head of Retention

    November, 2022 - present