Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
cksajil committed Jun 20, 2024
1 parent 5cba47e commit e1f340e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import base64
import torch.nn as nn
from os.path import join

# import RPi.GPIO as GPIO

led_map = {1: 7, 2: 11, 3: 13, 4: 15, 5: 12, 6: 16, 7: 18, 8: 22}
Expand Down Expand Up @@ -56,6 +57,7 @@ def read_html_file(file_path):


def setup_gpio():
"""Function to set mode for GPIO pins"""
pass
# GPIO.setwarnings(False) # Ignore warning for now
# GPIO.setmode(GPIO.BOARD) # Use physical pin numbering
Expand Down

0 comments on commit e1f340e

Please sign in to comment.