Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/18/01 07:14
Read: times


 
#11680 - RE: buzzer routines to 8051
'-------------------------------------------------------------
' SOUND.BAS
' Copyright 1997-1999 MCS Electronics
'-------------------------------------------------------------
Dim Pulses As Byte , Periods As Integer
Pulses = 100 : Periods = 10 'set variables
Speaker Alias P1.1 'define port pin

Sound Speaker , Pulses , Periods 'make some noice
'pulses range from 1-32767
'periods range from 1-255

End

List of 3 messages in thread
TopicAuthorDate
buzzer routines to 8051            01/01/70 00:00      
RE: buzzer routines to 8051            01/01/70 00:00      
RE: buzzer routines to 8051            01/01/70 00:00      

Back to Subject List