mbed first pass

This commit is contained in:
2026-04-19 16:22:00 -05:00
parent 4205899f5a
commit 9c71df5bfd
24 changed files with 2347 additions and 8 deletions
@@ -0,0 +1,18 @@
/**
* Copyright (c) 2026 Dominic Masters
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#pragma once
#include "networksocketdolphin.h"
#define networksocketPlatformInit networksocketDolphinInit
#define networksocketPlatformConnect networksocketDolphinConnect
#define networksocketPlatformSend networksocketDolphinSend
#define networksocketPlatformRecv networksocketDolphinRecv
#define networksocketPlatformDisconnect networksocketDolphinDisconnect
#define networksocketPlatformDispose networksocketDolphinDispose
typedef networksocketdolphin_t networksocketplatform_t;