@@ -232,7 +232,7 @@ def location(card):
232232
233233
234234@validate_card_object
235- def location_mode (card , mode = None , seconds = None , vseconds = None , lat = None , lon = None , max = None ):
235+ def locationMode (card , mode = None , seconds = None , vseconds = None , lat = None , lon = None , max = None ):
236236 """Set location-related configuration settings.
237237
238238 Args:
@@ -269,7 +269,7 @@ def location_mode(card, mode=None, seconds=None, vseconds=None, lat=None, lon=No
269269
270270
271271@validate_card_object
272- def location_track (card , start = None , heartbeat = None , hours = None , sync = None , stop = None , file = None ):
272+ def locationTrack (card , start = None , heartbeat = None , hours = None , sync = None , stop = None , file = None ):
273273 """Store location data in a Notefile at the periodic interval, or using a specified heartbeat.
274274
275275 Args:
@@ -325,7 +325,7 @@ def binary(card, delete=None):
325325
326326
327327@validate_card_object
328- def binary_get (card , cobs = None , offset = None , length = None ):
328+ def binaryGet (card , cobs = None , offset = None , length = None ):
329329 """Retrieve binary data stored in the binary storage area of the Notecard.
330330
331331 Args:
@@ -350,7 +350,7 @@ def binary_get(card, cobs=None, offset=None, length=None):
350350
351351
352352@validate_card_object
353- def binary_put (card , offset = None , cobs = None , status = None ):
353+ def binaryPut (card , offset = None , cobs = None , status = None ):
354354 """Add binary data to the binary storage area of the Notecard.
355355
356356 Args:
@@ -502,7 +502,7 @@ def aux(card, mode=None, usage=None, seconds=None, max=None, start=None, gps=Non
502502
503503
504504@validate_card_object
505- def aux_serial (card , mode = None , duration = None , rate = None , limit = None , max = None , ms = None , minutes = None ):
505+ def auxSerial (card , mode = None , duration = None , rate = None , limit = None , max = None , ms = None , minutes = None ):
506506 """Configure various uses of the AUXTX and AUXRX pins on the Notecard's edge connector.
507507
508508 Args:
0 commit comments