File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ from apds9960 .device import APDS9960
2+
3+ __all__ = [ 'APDS9960' ]
File renamed without changes.
Original file line number Diff line number Diff line change 1- from rpi_apds9960 .const import *
2- from rpi_apds9960 .exceptions import *
1+ from apds9960 .const import *
2+ from apds9960 .exceptions import *
33
44from time import sleep
55
File renamed without changes.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- from rpi_apds9960 .const import *
2- from rpi_apds9960 import APDS9960
1+ from apds9960 .const import *
2+ from apds9960 import APDS9960
33import RPi .GPIO as GPIO
44import smbus
55from time import sleep
Original file line number Diff line number Diff line change 1- from rpi_apds9960 .const import *
2- from rpi_apds9960 import APDS9960
1+ from apds9960 .const import *
2+ from apds9960 import APDS9960
33import RPi .GPIO as GPIO
44import smbus
55from time import sleep
Original file line number Diff line number Diff line change 1- from rpi_apds9960 .const import *
2- from rpi_apds9960 import APDS9960
1+ from apds9960 .const import *
2+ from apds9960 import APDS9960
33import RPi .GPIO as GPIO
44import smbus
55from time import sleep
You can’t perform that action at this time.
0 commit comments