Skip to content

Commit 98eb9d9

Browse files
authored
Merge pull request fossasia#25 from fossasia/development
merge from development
2 parents 70570b8 + 02d3a71 commit 98eb9d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ install:
3232
mkdir -p $(DESTDIR)/lib/udev/rules.d
3333
install -m 644 99-pslab.rules $(DESTDIR)/lib/udev/rules.d/99-pslab
3434
# fix a few permissions
35-
#find $(DESTDIR)/usr/share/pslab/psl_res -name auto.sh -exec chmod -x {} \;
35+
find $(DESTDIR)/usr/share/pslab/psl_res -name auto.sh -exec chmod -x {} \;

PSL/sciencelab.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Software module for Pocket Science Lab from FOSSASIA
2+
# Communication Library for Pocket Science Lab from FOSSASIA
33
#
44
# License : GNU GPL
55

@@ -54,7 +54,7 @@ class ScienceLab():
5454
<sciencelab.ScienceLab instance at 0xb6c0cac>
5555
5656
57-
Once you have instantiated this class, its various methods will allow access to all the features built
57+
Once you have initiated this class, its various methods will allow access to all the features built
5858
into the device.
5959
6060
@@ -127,7 +127,7 @@ def __runInitSequence__(self,**kwargs):
127127
self.achans=[analogAcquisitionChannel(a) for a in ['CH1','CH2','CH3','MIC']]
128128
self.gain_values=gains
129129
self.buff=np.zeros(10000)
130-
self.SOCKET_CAPACITANCE = 42e-12# 42e-12 is typical for the SEElablet. Actual values will be updated during calibration loading
130+
self.SOCKET_CAPACITANCE = 42e-12# 42e-12 is typical for the FOSSASIA PSLab. Actual values will be updated during calibration loading
131131
self.resistanceScaling = 1.
132132

133133
self.digital_channel_names=digital_channel_names

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy