Giter Site home page Giter Site logo

shapechangeable_cpp's Introduction

shapechangeable_cpp

形状自在計算機の形状自在ディスプレイデモ用のプログラム

platformioでの実行を想定しています。マイコンはesp32c3を用いています。

data以下のものを書き込んでから使用しますが、macaddressをmacaddress_generater.pyで毎回更新してください。新しいmacaddressが振られるはずです。 hist以下に履歴を残していますが、一からマイコンにmacaddressを書き込む場合は削除してから行ってください

directory

lib 以下の説明です。 . ├── README ├── application TODO:アプリ作る ├── arch ハードウェア依存のものです ├── common archで使用するクラスの抽象化です ├── display ディスプレイです。TODO:これもハードウェア依存 ├── estimation 位置推定用です。TODO:システムアプリケーションの階層を作る └── network ネットワーク用です

shapechangeable_cpp's People

Contributors

kons-9 avatar

Watchers

 avatar

shapechangeable_cpp's Issues

flit の指定を静的な型チェック付きで

テンプレート使ってコンストラクタでやろうとしたけどうまく行かなかった

template <enum hoge fuga> Hoge(){
     static_assert(hoge::piyo == fuga)

みたいなものを作ろうとして失敗した

なにかやり方ある?コンストラクタを使わなければ多分できるんだろうけど。

packet flitの構造を変える

データをムーブしていたけど、普通に送信時はパケットのデータを参照する形でいいよなと思ったりした
受診時はからパケットを作ってそこにぶち込んでいくのが良いかなあ

とにかく今の構造は変な気がするので変える

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.