Adding support for Pi 3A+.

Adding support for Pi 3A+ and some description of PCF8591.
This commit is contained in:
Suhayl
2018-12-22 10:34:38 +08:00
parent f791ccdaaa
commit d7eb0f0765
4 changed files with 4 additions and 4 deletions
@@ -1,8 +1,8 @@
/**********************************************************************
* Filename : PCF8591.c
* Filename : ADC.c
* Description : ADC and DAC
* Author : freenove
* modification: 2016/06/14
* modification: 2018/09/15
**********************************************************************/
#include <wiringPi.h>
Binary file not shown.
@@ -1,9 +1,9 @@
#!/usr/bin/env python3
#############################################################################
# Filename : PCF8591.py
# Filename : ADC.py
# Description : ADC and DAC
# Author : freenove
# modification: 2018/08/02
# modification: 2018/09/15
########################################################################
import smbus
import time
BIN
View File
Binary file not shown.