lFatality

Results 4 comments of lFatality

You can also check if the state machine is in a certain state using the `is_in_state` function: ``` bool in_state_a = MyFsm::is_in_state(); bool in_state_b = MyFsm::is_in_state(); ```

I have used it in the following way: 1.) Create a `xxx-pos.csv` file using KiCad (`File -> Fabrication Outputs -> Component Placement (.pos)`). As the Format choose `.csv`. 2.) Use...

@hattesen Yes, it could be a nice addition. Feel free to open a pull request.

As far as I remember there were no differences in the output of the Caffe and Tensorflow model. If you check out the last video in the series you can...