Skip to content

Commit

Permalink
Delete all header information
Browse files Browse the repository at this point in the history
  • Loading branch information
ursgraf committed Dec 13, 2023
1 parent 4970bea commit a5e3c52
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 69 deletions.
22 changes: 0 additions & 22 deletions subdevices/flink_interrupt.py
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
"""
*******************************************************************************************
* ____ _____ _______ _________ _____ _____ ____ _____ ___ ____ *
* / __ \ / ____|__ __| |_ ___ ||_ _| |_ _||_ \|_ _||_ ||_ _| *
* | | | | (___ | | _______ | |_ \_| | | | | | \ | | | |_/ / *
* | | | |\___ \ | | |_______| | _| | | _ | | | |\ \| | | __'. *
* | |__| |____) | | | _| |_ _| |__/ | _| |_ _| |_\ |_ _| | \ \_ *
* \____/|_____/ |_| |_____| |________||_____||_____|\____||____||____| *
* *
*******************************************************************************************
* *
* Python class for Interrupt functionality and subdevice IRQ multiplexer *
* *
*******************************************************************************************
File: flink_interrupt.py
Changelog
When Who Version What
05.11.23 P.Good 1.0 Initial version
"""

import flink
import ctypes as ct
import signal
Expand Down
26 changes: 1 addition & 25 deletions subdevices/flink_reflective_sensor.py
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
"""
*******************************************************************************************
* ____ _____ _______ _________ _____ _____ ____ _____ ___ ____ *
* / __ \ / ____|__ __| |_ ___ ||_ _| |_ _||_ \|_ _||_ ||_ _| *
* | | | | (___ | | _______ | |_ \_| | | | | | \ | | | |_/ / *
* | | | |\___ \ | | |_______| | _| | | _ | | | |\ \| | | __'. *
* | |__| |____) | | | _| |_ _| |__/ | _| |_ _| |_\ |_ _| | \ \_ *
* \____/|_____/ |_| |_____| |________||_____||_____|\____||____||____| *
* *
*******************************************************************************************
* *
* Python class for reflective sensor subdevice *
* *
*******************************************************************************************
File: flink_reflective_sensor.py
Changelog
When Who Version What
05.11.23 P.Good 1.0 Initial version
"""

import flink
import ctypes as ct
from typing import Tuple
Expand All @@ -30,7 +8,7 @@

class FlinkReflectiveSensor(flink.FlinkSubDevice):
"""
The flinkreflectivesensor subdevice realizes an reflective sensor within a flink device.
The flink reflectivesensor subdevice realizes an reflective sensor within a flink device.
It offers several channels. Each channel has it's own sensor value and a level for IRQ generating.
For IRQ:
Expand Down Expand Up @@ -73,8 +51,6 @@ def __init__(self):
##################################################################################
def _getResolution(self) -> int:
"""
--> Internal method. NOT recomended to use this function directly!!! <--
Reads the resolution of a single channel within a reflective sensor subdevice.
Channel number must be 0 <= channel < nof available channels.
Expand Down
22 changes: 0 additions & 22 deletions subdevices/flink_steppermotor.py
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
"""
*******************************************************************************************
* ____ _____ _______ _________ _____ _____ ____ _____ ___ ____ *
* / __ \ / ____|__ __| |_ ___ ||_ _| |_ _||_ \|_ _||_ ||_ _| *
* | | | | (___ | | _______ | |_ \_| | | | | | \ | | | |_/ / *
* | | | |\___ \ | | |_______| | _| | | _ | | | |\ \| | | __'. *
* | |__| |____) | | | _| |_ _| |__/ | _| |_ _| |_\ |_ _| | \ \_ *
* \____/|_____/ |_| |_____| |________||_____||_____|\____||____||____| *
* *
*******************************************************************************************
* *
* Python class for stepper motor subdevice *
* *
*******************************************************************************************
File: flink_steppermotor.py
Changelog
When Who Version What
05.11.23 P.Good 1.0 Initial version
"""

import flink
import ctypes as ct
from enum import Enum
Expand Down

0 comments on commit a5e3c52

Please sign in to comment.