semilimes mcu sdk 0.1
semilimes Software Development Kit for microcontrollers
Loading...
Searching...
No Matches
semilimes.h
1#ifndef _semilimes_h_
2#define _semilimes_h_
3
4#include "utility/sme_json.h"
5#include "account/header.h"
6#include "account/provisioning.h"
7#include "account/get_my_account.h"
8#include "account/get_account_profile.h"
9#include "account/get_account_feed.h"
10#include "account/add_account_feed.h"
11
12#include "communication/bucket_like.h"
13#include "communication/bucket_open.h"
14#include "communication/bucket_unlike.h"
15#include "communication/bucket_update.h"
16#include "communication/channel_create.h"
17#include "communication/channel_get.h"
18#include "communication/channel_message_get.h"
19#include "communication/channel_message_send.h"
20#include "communication/channel_message_update.h"
21#include "communication/channel_subscribe.h"
22#include "communication/channel_unsubscribe.h"
23#include "communication/channels_my_get.h"
24#include "communication/groupchat_create.h"
25#include "communication/groupchat_invite.h"
26#include "communication/groupchat_message_get.h"
27#include "communication/groupchat_message_reply.h"
28#include "communication/groupchat_message_send.h"
29#include "communication/groupchat_message_update.h"
30#include "communication/groupchat_reaction_remove.h"
31#include "communication/groupchat_reaction_send.h"
32#include "communication/groupchats_get.h"
33#include "communication/p2p_message_get.h"
34#include "communication/p2p_message_reply.h"
35#include "communication/p2p_message_send.h"
36#include "communication/p2p_messagE_update.h"
37#include "communication/p2p_reaction_remove.h"
38#include "communication/p2p_reaction_send.h"
39#include "communication/p2p.h"
40#include "communication/websocket_header.h"
41
42#include "components/dc_simple_text.h"
43#include "components/dc_contact.h"
44#include "components/dc_html_text.h"
45#include "components/dc_file.h"
46#include "components/dc_location.h"
47#include "components/dc_webview.h"
48#include "components/dc_ch_reference.h"
49#include "components/dc_tunnel_reference.h"
50#include "components/dc_form.h"
51
52#include "components/fc_label.h"
53#include "components/fc_text_box.h"
54#include "components/fc_switch.h"
55#include "components/fc_time_picker.h"
56#include "components/fc_slider.h"
57#include "components/fc_date_picker.h"
58#include "components/fc_location_picker.h"
59#include "components/fc_contact_picker.h"
60#include "components/fc_hidden_value.h"
61#include "components/fc_qr_scanner.h"
62#include "components/fc_nfc_reader.h"
63#include "components/fc_bucket_picker.h"
64#include "components/fc_single_choice.h"
65#include "components/fc_multiple_choice.h"
66#include "components/fc_button_list.h"
67
68#include "device/device.h"
69
70#endif;