-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
gem.h
40 lines (38 loc) · 1019 Bytes
/
gem.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*
Copyright (c) 2021 Alethea Katherine Flowers.
Published under the standard MIT License.
Full text available at: https://opensource.org/licenses/MIT
*/
#pragma once
#include "gem_adc.h"
#include "gem_config.h"
#include "gem_dotstar.h"
#include "gem_i2c.h"
#include "gem_led_animation.h"
#include "gem_mcp4728.h"
#include "gem_mode.h"
#include "gem_monitor_update.h"
#include "gem_oscillator.h"
#include "gem_pulseout.h"
#include "gem_ramp_table.h"
#include "gem_settings.h"
#include "gem_settings_load_save.h"
#include "gem_spi.h"
#include "gem_sysex.h"
#include "wntr_bezier.h"
#include "wntr_build_info.h"
#include "wntr_button.h"
#include "wntr_colorspace.h"
#include "wntr_error_correction.h"
#include "wntr_fuses.h"
#include "wntr_gpio.h"
#include "wntr_midi.h"
#include "wntr_mtb.h"
#include "wntr_nvm.h"
#include "wntr_periodic_waveform.h"
#include "wntr_random.h"
#include "wntr_serial_number.h"
#include "wntr_ticks.h"
#include "wntr_uint12.h"
#include "wntr_usb.h"
#include "wntr_waveforms.h"