Skip to content

Instantly share code, notes, and snippets.

View Prabhuelectro's full-sized avatar
🎯
Focusing

Prabhu Prabhuelectro

🎯
Focusing
View GitHub Profile
@Prabhuelectro
Prabhuelectro / pcd8544_rpi_ip.c
Created November 11, 2020 11:49 — forked from wolfg1969/pcd8544_rpi_ip.c
show ip address 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 : pcd8544_rpi.c
Version : 0.1
Copyright (C) 2012 by Andre Wussow, 2012, desk@binerry.de
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/)
@Prabhuelectro
Prabhuelectro / README.md
Created November 11, 2020 11:52 — forked from 0xff07/README.md
An Example of Linux Kernel Module using GPIO Subsystem

An Example of Linux Kernel Module using GPIO Subsystem

This is a kernel module, with DT Overlay, to illustrate usage of GPIO subsystem in Linux kernel.

Hardware Envoronment

  1. Raspberry Pi 3 Model B Rev 1.2
  2. Arduino UNO

Software Environment

@Prabhuelectro
Prabhuelectro / flutter-ci.yml
Created August 18, 2021 01:52 — forked from aagarwal1012/flutter-ci.yml
CI for your Flutter apps on GitHub Actions.
name: Flutter CI
# This workflow is triggered on pushes to the repository.
on:
push:
branches:
- master
# on: push # Default will running for every branch.