Skip to content
Snippets Groups Projects
Commit 0be132f3 authored by Dmitry Frank's avatar Dmitry Frank Committed by rojer
Browse files

Improve Android app

Now it can talk to backend as well to the demo device: `LCD.AddLine`,
`LED.Set`, `LED.Get`.

PUBLISHED_FROM=40f493cdabe6ad23a6f26a4563366bebb5071529
parent d31d8a76
No related branches found
No related tags found
No related merge requests found
--- ---
title: "MG_MK_STR()" title: "mg_mk_str()"
decl_name: "MG_MK_STR" decl_name: "mg_mk_str"
symbol_kind: "func" symbol_kind: "func"
signature: | signature: |
#define MG_MK_STR(str_literal); struct mg_str mg_mk_str(const char *s);
--- ---
Macro for initializing mg_str. A helper function for creating mg_str struct from plain C string.
`NULL` is allowed and becomes `{NULL, 0}`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment