This is a kernel module, with DT Overlay, to illustrate usage of GPIO subsystem in Linux kernel.
- Raspberry Pi 3 Model B Rev 1.2
- Arduino UNO
/* | |
================================================================================= | |
Name : pcd8544_rpi.c | |
Version : 0.1 | |
Copyright (C) 2012 by Andre Wussow, 2012, [email protected] | |
Description : | |
A simple PCD8544 LCD (Nokia3310/5110) for Raspberry Pi for displaying some system informations. | |
Makes use of WiringPI-library of Gordon Henderson (https://projects.drogon.net/raspberry-pi/wiringpi/) |
name: Flutter CI | |
# This workflow is triggered on pushes to the repository. | |
on: | |
push: | |
branches: | |
- master | |
# on: push # Default will running for every branch. |