Posts
All the articles I've posted.
-
Entity Framework Composable Queries using LinqKit
Jeff Tyler
Linqkit allows you to compose queries and reuse them so that you can apply the DRY prinicpal to your queries
-
FPGA for Fun #1 (Part 2) - Driving the MAX 7219 LED Display Module
Michael Earls
In this post, I cover the Lucid HDL implementation of a MAX7219 LED display module driven by the Mojo FPGA.
-
FPGA for Fun #1 (Part 1) - Driving the MAX 7219 LED Display Module
Michael Earls
In this post, I cover the wiring, Finite State Machines, and LED segment encodings for connecting a MAX7219 LED Display Module to the Mojo FPGA using SPI.
-
Driving the Max 7219 7-Segment Display Module from ASP.NET Core on the Raspberry Pi
Michael Earls
This post will outline the steps I took to connect a Max 7219 7-Segment Module to the Raspberry Pi and a .NET Core 2.0 WebApi