2022-01-01から1年間の記事一覧

ダイソー Bluetooth モバイルシャッターに特化したライブラリ

2022/05/31 08:58 大バグを修正して再掲しました。 DaisoBleButton.hpp #ifndef _DAISO_BLE_BUTTON_HPP_ #define _DAISO_BLE_BUTTON_HPP_ #include <NimBLEDevice.h> #include <nvs.h> #include <functional> #include <map> static const char * nvs_name = "DaisoBleButton"; static const char * a</map></functional></nvs.h></nimbledevice.h>…

LINEWORKS API 2.0 C# で AccessToken を得る方法 [Newtonsoft.Json を使わない版]

NET 5.0 ~ は、「ImportFromPem」というメソッドが備わっているため、LINEWORKS が提供している PEM 形式の private-key をそのまま読み込める。 System.Collections.Generic.Dictionary<string, string> GetAccessToken(System.IO.FileInfo privateKey, string service_acc</string,>…