Adding support for Pi 3A+.
Adding support for Pi 3A+ and some description of PCF8591.
This commit is contained in:
@@ -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
|
||||
Binary file not shown.
Reference in New Issue
Block a user