forked from banoz/HX711
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e80de1c
commit e3650ea
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
####################################### | ||
# HX711 | ||
####################################### | ||
|
||
####################################### | ||
# Datatypes (KEYWORD1) | ||
####################################### | ||
|
||
HX711 KEYWORD1 | ||
|
||
####################################### | ||
# Methods and Functions (KEYWORD2) | ||
####################################### | ||
|
||
is_ready KEYWORD2 | ||
set_gain KEYWORD2 | ||
read_average KEYWORD2 | ||
get_value KEYWORD2 | ||
get_units KEYWORD2 | ||
tare KEYWORD2 | ||
set_scale KEYWORD2 | ||
get_scale KEYWORD2 | ||
set_offset KEYWORD2 | ||
get_offset KEYWORD2 | ||
power_down KEYWORD2 | ||
power_up KEYWORD2 | ||
|
||
####################################### | ||
# Constants (LITERAL1) | ||
####################################### |