Skip to content

Commit 5a201ae

Browse files
committed
Change to reflect change in library module
1 parent 3a337d9 commit 5a201ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pi_rplidar/display_lidar_pi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import os
1616
from math import cos, sin, pi, floor
1717
import pygame
18-
from adafruit_circuitpython_rplidar import RPLidar
18+
from adafruit_rplidar import RPLidar
1919

2020
# Set up pygame and the display
2121
os.putenv('SDL_FBDEV', '/dev/fb1')

0 commit comments

Comments
 (0)